From 2aa849b7aecfee175b400d3b05cbf0666ccfe2c7 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 25 Apr 2024 13:06:17 -0700 Subject: [PATCH] fix test alerting --- litellm/tests/test_alerting.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/tests/test_alerting.py b/litellm/tests/test_alerting.py index 311b80311..ff3e8f8c7 100644 --- a/litellm/tests/test_alerting.py +++ b/litellm/tests/test_alerting.py @@ -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")