fix test alerting

This commit is contained in:
Ishaan Jaff
2024-04-25 13:06:17 -07:00
parent 1d5e70f7a0
commit 2aa849b7ae
+1
View File
@@ -68,6 +68,7 @@ async def test_get_api_base():
await _pl.alerting_handler(
message=slow_message + request_info,
level="Low",
alert_type="llm_too_slow",
)
print("passed test_get_api_base")