From 66c73133de69fa87bdd9a61034bdaab3ad5d677c Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sun, 5 Jan 2025 14:37:17 -0800 Subject: [PATCH] fix: test --- tests/local_testing/test_gcs_bucket.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/local_testing/test_gcs_bucket.py b/tests/local_testing/test_gcs_bucket.py index 75a4800064..1023db58d8 100644 --- a/tests/local_testing/test_gcs_bucket.py +++ b/tests/local_testing/test_gcs_bucket.py @@ -30,7 +30,7 @@ def load_vertex_ai_credentials(): print("loading vertex ai credentials") os.environ["GCS_FLUSH_INTERVAL"] = "1" filepath = os.path.dirname(os.path.abspath(__file__)) - vertex_key_path = filepath + "/pathrise-convert-1606954137718-bc47f303efc9.json" + vertex_key_path = filepath + "/vertex_key.json" # Read the existing content of the file or create an empty dictionary try: