Skip to content

Commit 53c3c39

Browse files
committed
Fix no worker test
1 parent 6fc01c9 commit 53c3c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/contrib/openai_agents/test_openai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2559,7 +2559,7 @@ def override_get_activities() -> Sequence[Callable]:
25592559
) as worker:
25602560
workflow_handle = await client.start_workflow(
25612561
McpServerStatefulWorkflow.run,
2562-
args=[timedelta(seconds=1), False],
2562+
args=[timedelta(seconds=1)],
25632563
id=f"mcp-server-{uuid.uuid4()}",
25642564
task_queue=worker.task_queue,
25652565
execution_timeout=timedelta(seconds=30),

0 commit comments

Comments
 (0)