We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4db061 commit ae52862Copy full SHA for ae52862
1 file changed
tests/test_app.py
@@ -92,7 +92,7 @@ async def test_setup_production_environment(mock_mcp_app, monkeypatch):
92
assert mock_mcp_app.import_server.call_count == 2
93
94
# Verify the Starlette app was created with the correct settings
95
- mock_mcp_app.http_app.assert_called_once_with(path="/mcp", stateless_http=True)
+ mock_mcp_app.http_app.assert_called_once_with(path="/mcp/", stateless_http=True)
96
97
98
def test_app_initialization():
0 commit comments