mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
9002f75277
commit
acce6b9c83
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue