mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
fix - test caching atext_completion
This commit is contained in:
parent
81e8ace20f
commit
f617f5ebb5
1 changed files with 1 additions and 2 deletions
|
|
@ -734,8 +734,7 @@ async def test_redis_cache_atext_completion():
|
|||
|
||||
print(response2)
|
||||
|
||||
assert response1 == response2
|
||||
assert response1.choices == response2.choices
|
||||
assert response1.id == response2.id
|
||||
except Exception as e:
|
||||
print(f"{str(e)}\n\n{traceback.format_exc()}")
|
||||
raise e
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue