Fix wrong celery worker fixture type

This commit is contained in:
nolash 2021-05-27 19:26:36 +02:00
parent 43a2e9f0cc
commit 1c86d55043
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746

View File

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