Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit e91201d

Browse files
committed
Print the full reply as debug message in integration tests
This is just useful to debug the tests
1 parent 328c048 commit e91201d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/integration_tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ async def run_test(self, test: dict, test_headers: dict) -> bool:
139139

140140
try:
141141
parsed_response = self.parse_response_message(response, streaming=streaming)
142+
logger.debug(f"Response message: {parsed_response}")
142143

143144
# Load appropriate checks for this test
144145
checks = CheckLoader.load(test)

0 commit comments

Comments
 (0)