Skip to content

Commit 2e246bc

Browse files
update tests
1 parent 44754d6 commit 2e246bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/server/fastmcp/test_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ async def test_structured_output(server_transport: str, server_url: str) -> None
693693

694694
# Check that the result contains expected weather data
695695
result_text = weather_result.content[0].text
696-
assert "72.5" in result_text # temperature
696+
assert "22.5" in result_text # temperature
697697
assert "sunny" in result_text # condition
698698
assert "45" in result_text # humidity
699699
assert "5.2" in result_text # wind_speed

0 commit comments

Comments
 (0)