We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd844be commit 6b63496Copy full SHA for 6b63496
tests/integrations/arq/test_arq.py
@@ -135,7 +135,7 @@ def inner(
135
@pytest.mark.parametrize(
136
"init_arq_settings", ["init_arq", "init_arq_with_dict_settings"]
137
)
138
-async def test_job_result(init_arq_settings: str, request):
+async def test_job_result(init_arq_settings, request):
139
async def increase(ctx, num):
140
return num + 1
141
0 commit comments