Skip to content

Commit ae52862

Browse files
committed
Fix redirect
1 parent b4db061 commit ae52862

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ async def test_setup_production_environment(mock_mcp_app, monkeypatch):
9292
assert mock_mcp_app.import_server.call_count == 2
9393

9494
# 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)
95+
mock_mcp_app.http_app.assert_called_once_with(path="/mcp/", stateless_http=True)
9696

9797

9898
def test_app_initialization():

0 commit comments

Comments
 (0)