mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
test_redis_caching_llm_caching_ttl
This commit is contained in:
parent
bc06143e66
commit
eab12e47df
1 changed files with 1 additions and 1 deletions
|
@ -2342,7 +2342,7 @@ async def test_redis_caching_llm_caching_ttl(sync_mode):
|
||||||
|
|
||||||
# Verify that the set method was called on the mock Redis instance
|
# Verify that the set method was called on the mock Redis instance
|
||||||
mock_redis_instance.set.assert_called_once_with(
|
mock_redis_instance.set.assert_called_once_with(
|
||||||
name="test", value='"test_value"', ex=120
|
name="test", value='"test_value"', ex=120, nx=False
|
||||||
)
|
)
|
||||||
|
|
||||||
## Increment cache
|
## Increment cache
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue