From bbcdf6f996b001fd9f09c87cba4fe4ee45139896 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Sat, 8 Nov 2025 10:47:48 -0800 Subject: [PATCH] test_basic_openai_responses_api_non_streaming_with_logging --- tests/llm_responses_api_testing/test_openai_responses_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/llm_responses_api_testing/test_openai_responses_api.py b/tests/llm_responses_api_testing/test_openai_responses_api.py index 55ce21f165..76d442a4a3 100644 --- a/tests/llm_responses_api_testing/test_openai_responses_api.py +++ b/tests/llm_responses_api_testing/test_openai_responses_api.py @@ -185,6 +185,7 @@ def test_basic_openai_responses_api_non_streaming_with_logging(): "standard logging payload=", json.dumps(test_custom_logger.standard_logging_object, indent=4, default=str), ) + print("response usage=", response.usage) assert response is not None assert test_custom_logger.standard_logging_object is not None