From 94e2b114a341807a66d5d0ab1c3cc19bffa8b909 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 25 Nov 2024 12:51:06 -0800 Subject: [PATCH] fix vertex js spend test --- tests/pass_through_tests/test_vertex_with_spend.test.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/pass_through_tests/test_vertex_with_spend.test.js b/tests/pass_through_tests/test_vertex_with_spend.test.js index 8a5b915572aa..d49b1eda2ece 100644 --- a/tests/pass_through_tests/test_vertex_with_spend.test.js +++ b/tests/pass_through_tests/test_vertex_with_spend.test.js @@ -60,9 +60,9 @@ function loadVertexAiCredentials() { } // Run credential loading before tests -// beforeAll(() => { -// loadVertexAiCredentials(); -// }); +beforeAll(() => { + loadVertexAiCredentials(); +});