forked from phoenix/litellm-mirror
test(test_custom_logger.py): cleanup test
This commit is contained in:
parent
1ac641165b
commit
a5776a3054
1 changed files with 0 additions and 1 deletions
|
@ -518,7 +518,6 @@ def test_redis_cache_completion_stream():
|
||||||
litellm.success_callback = []
|
litellm.success_callback = []
|
||||||
litellm._async_success_callback = []
|
litellm._async_success_callback = []
|
||||||
litellm.cache = None
|
litellm.cache = None
|
||||||
raise Exception("it worked!")
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(e)
|
print(e)
|
||||||
litellm.success_callback = []
|
litellm.success_callback = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue