mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
test(test_llm_guard.py): fix test
This commit is contained in:
parent
7b38dbbbe9
commit
3b297f8a63
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
Add a link
Reference in a new issue