From 1fea2b0397c81324489a5945475dcd2b4cfddea0 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sun, 21 Apr 2024 16:49:57 -0700 Subject: [PATCH] (ci/cd) run again --- litellm/tests/test_amazing_vertex_completion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_amazing_vertex_completion.py b/litellm/tests/test_amazing_vertex_completion.py index 14bdde493c..638295ba66 100644 --- a/litellm/tests/test_amazing_vertex_completion.py +++ b/litellm/tests/test_amazing_vertex_completion.py @@ -90,7 +90,7 @@ def load_vertex_ai_credentials(): # Create a temporary file with tempfile.NamedTemporaryFile(mode="w+", delete=False) as temp_file: - # Write the updated content to the temporary file + # Write the updated content to the temporary files json.dump(service_account_key_data, temp_file, indent=2) # Export the temporary file as GOOGLE_APPLICATION_CREDENTIALS