Skip to content

Commit f85f878

Browse files
committed
fix after reverts
1 parent 2e05671 commit f85f878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/storage/tests/unit/test_async_jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ async def _wait_for_job(
171171
):
172172
with attempt:
173173
result = await async_jobs.status(
174-
storage_rabbitmq_rpc_client,
174+
rpc_client,
175175
rpc_namespace=STORAGE_RPC_NAMESPACE,
176176
job_id=async_job_get.job_id,
177177
job_id_data=job_id_data,

0 commit comments

Comments
 (0)