File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/celery-library/tests/unit Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,6 @@ async def test_submitting_task_calling_async_function_results_with_success_state
133133 ) == "archive.zip"
134134
135135
136- @pytest .mark .usefixtures ("with_celery_worker" )
137136async def test_submitting_task_with_failure_results_with_error (
138137 celery_task_manager : CeleryTaskManager ,
139138 with_celery_worker : WorkController ,
@@ -216,7 +215,8 @@ async def test_listing_task_uuids_contains_submitted_task(
216215
217216
218217async def test_filtering_listing_tasks (
219- celery_task_manager : CeleryTaskManager , with_celery_worker : WorkController
218+ celery_task_manager : CeleryTaskManager ,
219+ with_celery_worker : WorkController ,
220220):
221221 class MyOwnerMetadata (OwnerMetadata ):
222222 user_id : int
You can’t perform that action at this time.
0 commit comments