fix(bedrock_httpx.py): logging fixes

This commit is contained in:
Krrish Dholakia 2024-05-16 23:20:51 -07:00
parent 92c2e2af6a
commit 21f2ba6f1f
2 changed files with 31 additions and 2 deletions

View file

@ -558,7 +558,7 @@ async def test_async_chat_bedrock_stream():
continue
except:
pass
time.sleep(1)
await asyncio.sleep(1)
print(f"customHandler.errors: {customHandler.errors}")
assert len(customHandler.errors) == 0
litellm.callbacks = []