mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
test(test_llm_guard.py): fix test
This commit is contained in:
parent
bf7cc943fb
commit
f62f642393
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue