Skip to content

Commit

Permalink
forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Nov 28, 2024
1 parent 0219e5c commit d112c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/services/test_workflow_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ async def test_workflow_service(
assert result.data["result"] == "test_arg1_result"

# allow a clean shutdown
await asyncio.sleep(0)
await asyncio.gather(mq_task, server_task, return_exceptions=True)


@pytest.mark.asyncio()
Expand Down

0 comments on commit d112c1b

Please sign in to comment.