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 8a5b91557..d49b1eda2 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(); +});