Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Emerson Gomes 2025-12-20 15:56:46 -06:00 committed by GitHub
parent 9002f75277
commit acce6b9c83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,7 +82,7 @@ async def test_execute_with_mcp_client_redacts_stack_trace(monkeypatch):
def test_test_connection_requires_auth_dependency():
route = _get_route("/mcp-rest/test/connection", "POST")
route = _get_route("/test/connection", "POST")
assert _route_has_dependency(route, user_api_key_auth)