Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 78a1067

Browse files
committedJun 15, 2023
Fix typo
The exception is expected, not excepted. Well, I guess it is also excepted, because it's an exception, but you get what I mean.
1 parent 2ea84ed commit 78a1067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/opentelemetry-docker-tests/tests/celery/test_celery_functional.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ def run(self):
420420
assert "Task class is failing" in span.status.description
421421

422422

423-
def test_class_task_exception_excepted(celery_app, memory_exporter):
423+
def test_class_task_exception_expected(celery_app, memory_exporter):
424424
class BaseTask(celery_app.Task):
425425
throws = (MyException,)
426426

0 commit comments

Comments
 (0)
Please sign in to comment.