Fix wrong celery worker fixture type

This commit is contained in:
nolash
2021-05-27 19:26:36 +02:00
parent 43a2e9f0cc
commit 1c86d55043

View File

@@ -31,7 +31,7 @@ def test_shift_nonce(
eth_rpc,
eth_signer,
agent_roles,
celery_worker,
celery_session_worker,
caplog,
):