mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
(test) dynamo logger
This commit is contained in:
parent
8cfa233b74
commit
cec7fcee2c
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ def verify_log_file(log_file_path):
|
|||
|
||||
# Print the count of successful responses
|
||||
print(f"Count of successful responses from DynamoDB: {success_count}")
|
||||
assert success_count == 3
|
||||
assert success_count == 3 # Expect 3 success logs from dynamoDB
|
||||
|
||||
|
||||
def test_dynamo_logging():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue