test(test_custom_callback_input.py): fix test

This commit is contained in:
Krrish Dholakia 2024-02-21 20:32:39 -08:00
parent f8b233b653
commit d2d9e63176

View file

@ -835,7 +835,7 @@ async def test_async_completion_azure_caching_streaming():
) )
assert len(customHandler_caching.errors) == 0 assert len(customHandler_caching.errors) == 0
assert ( assert (
len(customHandler_caching.states) > 4 len(customHandler_caching.states) == 4
) # pre, post, streaming .., success, success ) # pre, post, streaming .., success, success