diff --git a/litellm/tests/test_router_debug_logs.py b/litellm/tests/test_router_debug_logs.py index c4b8f680b..ba59a3c2f 100644 --- a/litellm/tests/test_router_debug_logs.py +++ b/litellm/tests/test_router_debug_logs.py @@ -37,6 +37,7 @@ def test_async_fallbacks(caplog): "api_key": os.getenv("AZURE_API_KEY"), "api_version": os.getenv("AZURE_API_VERSION"), "api_base": os.getenv("AZURE_API_BASE"), + "mock_response": "Hello world", }, "tpm": 240000, "rpm": 1800,