diff --git a/litellm/tests/test_llm_guard.py b/litellm/tests/test_llm_guard.py index 73ccf2a198..694c0f35cc 100644 --- a/litellm/tests/test_llm_guard.py +++ b/litellm/tests/test_llm_guard.py @@ -101,7 +101,7 @@ def test_llm_guard_key_specific_mode(): """ litellm.llm_guard_mode = "key-specific" - llm_guard = _ENTERPRISE_LLMGuard() + llm_guard = _ENTERPRISE_LLMGuard(mock_testing=True) _api_key = "sk-12345" # NOT ENABLED