test alerting

This commit is contained in:
Ishaan Jaff 2024-05-24 20:54:17 -07:00
parent 732d57cf48
commit 9d3b2e7e0d

View file

@ -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,