Skip to content

Commit

Permalink
fix: wait for workflow termination in execute_test_workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgrittner committed Oct 14, 2024
1 parent 6325627 commit 9ac182f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/workers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ async def execute_test_workflow(
activity_executor=ThreadPoolExecutor(thread_pool_size),
debug_mode=worker_debug_mode,
):
await client.start_workflow(
await client.execute_workflow(
WorkflowExecutor.run,
{
"user_id": TEST_USER_ID,
Expand Down

0 comments on commit 9ac182f

Please sign in to comment.