mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
test(test_amazing_s3_logs.py): fix test
n
This commit is contained in:
parent
bc688d4662
commit
643ff0438e
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
Reference in a new issue