mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix(tests): add missing start_db_health_watchdog_task mock in test_proxy_server_prisma_setup
This commit is contained in:
parent
0b69c21eca
commit
f8901f5f05
1 changed files with 1 additions and 0 deletions
|
|
@ -2205,6 +2205,7 @@ async def test_proxy_server_prisma_setup():
|
|||
mock_client._set_spend_logs_row_count_in_proxy_state = (
|
||||
AsyncMock()
|
||||
) # Mock the _set_spend_logs_row_count_in_proxy_state method
|
||||
mock_client.start_db_health_watchdog_task = AsyncMock()
|
||||
# Mock the db attribute with start_token_refresh_task for RDS IAM token refresh
|
||||
mock_db = MagicMock()
|
||||
mock_db.start_token_refresh_task = AsyncMock()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue