(test) dynamodb set table name

This commit is contained in:
ishaan-jaff 2023-12-15 21:39:03 +05:30
parent 9bdd6e73bb
commit 003cf92af3

View file

@ -65,6 +65,7 @@ def test_dynamo_logging():
# redirect stdout to log_file # redirect stdout to log_file
litellm.success_callback = ["dynamodb"] litellm.success_callback = ["dynamodb"]
litellm.dynamodb_table_name = "litellm-logs-1"
litellm.set_verbose = True litellm.set_verbose = True
original_stdout, log_file, file_name = pre_request() original_stdout, log_file, file_name = pre_request()