forked from phoenix/litellm-mirror
test(test_custom_callback_input.py): fix test
This commit is contained in:
parent
f8b233b653
commit
d2d9e63176
1 changed files with 1 additions and 1 deletions
|
@ -835,7 +835,7 @@ async def test_async_completion_azure_caching_streaming():
|
|||
)
|
||||
assert len(customHandler_caching.errors) == 0
|
||||
assert (
|
||||
len(customHandler_caching.states) > 4
|
||||
len(customHandler_caching.states) == 4
|
||||
) # pre, post, streaming .., success, success
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue