(test) dynamo logger

This commit is contained in:
ishaan-jaff 2023-12-15 17:22:21 +05:30
parent 8cfa233b74
commit cec7fcee2c

View file

@ -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():