forked from phoenix/litellm-mirror
test alerting
This commit is contained in:
parent
732d57cf48
commit
9d3b2e7e0d
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue