From 9e557ed07236ecfb6ab81ca019ef427e02309639 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 31 Aug 2024 08:39:52 -0700 Subject: [PATCH] fix test --- tests/pass_through_tests/test_vertex_ai.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pass_through_tests/test_vertex_ai.py b/tests/pass_through_tests/test_vertex_ai.py index 542105eb4..25fd60c72 100644 --- a/tests/pass_through_tests/test_vertex_ai.py +++ b/tests/pass_through_tests/test_vertex_ai.py @@ -93,7 +93,7 @@ LITE_LLM_ENDPOINT = "http://localhost:4000" async def test_basic_vertex_ai_pass_through_with_spendlog(): spend_before = await call_spend_logs_endpoint() or 0.0 - # load_vertex_ai_credentials() + load_vertex_ai_credentials() vertexai.init( project="adroit-crow-413218",