mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
test_edit_mcp_server_redacts_credentials
This commit is contained in:
parent
a48705bfaf
commit
2d70aee0c2
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,7 @@ async def test_edit_mcp_server_redacts_credentials():
|
|||
mock_prisma = mock.Mock()
|
||||
mock_get_prisma.return_value = mock_prisma
|
||||
|
||||
mock_manager.add_update_server = mock.Mock()
|
||||
mock_manager.add_update_server = mock.AsyncMock()
|
||||
mock_manager.reload_servers_from_database = mock.AsyncMock()
|
||||
|
||||
server_id = str(uuid.uuid4())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue