Skip to content

Commit 8c1bbd9

Browse files
committed
Adding unit tests
1 parent e72299a commit 8c1bbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/mcp/test_resources_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async def test_agent_with_resources(streaming: bool):
5858
mcp_servers=[server],
5959
)
6060

61-
message = "What's the process to access the APIs? What are the available endpoints?"
61+
message = "What's the process to access the APIs?"
6262
if streaming:
6363
streaming_result = Runner.run_streamed(agent, input=message)
6464
async for _ in streaming_result.stream_events():

0 commit comments

Comments
 (0)