Skip to content

Commit 6b63496

Browse files
authored
Update tests/integrations/arq/test_arq.py
1 parent cd844be commit 6b63496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/arq/test_arq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def inner(
135135
@pytest.mark.parametrize(
136136
"init_arq_settings", ["init_arq", "init_arq_with_dict_settings"]
137137
)
138-
async def test_job_result(init_arq_settings: str, request):
138+
async def test_job_result(init_arq_settings, request):
139139
async def increase(ctx, num):
140140
return num + 1
141141

0 commit comments

Comments
 (0)