Skip to content

Commit 026e2b3

Browse files
committed
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 da9c9a2 commit 026e2b3

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

Lines changed: 1 addition & 1 deletion
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)