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 0de100f commit 7218291Copy full SHA for 7218291
tests/openai_agents/basic/test_hello_world_workflow.py
@@ -35,5 +35,4 @@ async def test_execute_workflow(client: Client):
35
id=str(uuid.uuid4()),
36
task_queue=task_queue_name,
37
)
38
- assert isinstance(result, str)
39
- assert len(result) > 0
+ assert result == "This is a haiku (not really)"
0 commit comments