mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
(fix) s3 logging test
This commit is contained in:
parent
a11b505721
commit
46a76852c7
1 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,8 @@ def test_s3_logging():
|
|||
cleaned_keys = []
|
||||
for key in most_recent_keys:
|
||||
split_key = key.split("_")
|
||||
if len(split_key) < 2:
|
||||
continue
|
||||
cleaned_keys.append(split_key[1])
|
||||
print("\n most recent keys", most_recent_keys)
|
||||
print("\n cleaned keys", cleaned_keys)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue