mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
fix post call rule test
This commit is contained in:
parent
47078f4d84
commit
d4c2eb1797
1 changed files with 2 additions and 2 deletions
|
|
@ -127,8 +127,8 @@ def test_post_call_rule_streaming():
|
|||
print(type(e))
|
||||
print(vars(e))
|
||||
assert (
|
||||
e.message
|
||||
== "OpenAIException - This violates LiteLLM Proxy Rules. Response too short"
|
||||
"OpenAIException - This violates LiteLLM Proxy Rules. Response too short"
|
||||
in e.message
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue