fix post call rule test

This commit is contained in:
Ishaan Jaff 2024-05-04 22:04:53 -07:00
parent 47078f4d84
commit d4c2eb1797

View file

@ -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
)