From 1c86d550433dd7ee96a60e7ba8a62a92a117458d Mon Sep 17 00:00:00 2001 From: nolash Date: Thu, 27 May 2021 19:26:36 +0200 Subject: [PATCH] Fix wrong celery worker fixture type --- apps/cic-eth/tests/task/test_task_admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cic-eth/tests/task/test_task_admin.py b/apps/cic-eth/tests/task/test_task_admin.py index 9bc1cefe..2df11210 100644 --- a/apps/cic-eth/tests/task/test_task_admin.py +++ b/apps/cic-eth/tests/task/test_task_admin.py @@ -31,7 +31,7 @@ def test_shift_nonce( eth_rpc, eth_signer, agent_roles, - celery_worker, + celery_session_worker, caplog, ):