mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-14 10:25:37 +00:00
test alerting
This commit is contained in:
@@ -589,7 +589,7 @@ async def test_outage_alerting_called(
|
||||
mock_send_alert.assert_called_once()
|
||||
|
||||
with patch.object(slack_alerting, "send_alert", new=AsyncMock()) as mock_send_alert:
|
||||
for _ in range(3):
|
||||
for _ in range(6):
|
||||
try:
|
||||
await router.acompletion(
|
||||
model=model,
|
||||
|
||||
Reference in New Issue
Block a user