test_basic_openai_responses_api_non_streaming_with_logging

This commit is contained in:
Ishaan Jaffer 2025-11-08 10:47:48 -08:00
parent 0148b8d2f7
commit bbcdf6f996

View File

@ -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