Skip to content

Commit

Permalink
fix vertex js spend test
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Nov 25, 2024
1 parent 6e482f8 commit 94e2b11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/pass_through_tests/test_vertex_with_spend.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ function loadVertexAiCredentials() {
}

// Run credential loading before tests
// beforeAll(() => {
// loadVertexAiCredentials();
// });
beforeAll(() => {
loadVertexAiCredentials();
});



Expand Down

0 comments on commit 94e2b11

Please sign in to comment.