From 37bdf7c042f2dfa767f2290cf976113a64a3438d Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 29 Apr 2025 15:40:18 -0700 Subject: [PATCH] test: add more debug logs --- tests/pass_through_tests/test_vertex_ai.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pass_through_tests/test_vertex_ai.py b/tests/pass_through_tests/test_vertex_ai.py index cf1201be58..4c32112296 100644 --- a/tests/pass_through_tests/test_vertex_ai.py +++ b/tests/pass_through_tests/test_vertex_ai.py @@ -80,6 +80,7 @@ async def call_spend_logs_endpoint(): [{'date': '2024-08-30', 'spend': 0.00016600000000000002, 'api_key': 'best-api-key-ever'}] """ + print("json_response", json_response) todays_date = datetime.datetime.now().strftime("%Y-%m-%d") for spend_log in json_response: