test: show response

This commit is contained in:
Roman 2025-01-20 14:34:48 +08:00
parent 01b6025afb
commit be897bf95e
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75

View File

@ -36,5 +36,5 @@ class StepsDataAvailability(StepsCommon):
assert "Bad Request" in str(ex) or "Internal Server Error" in str(ex)
# Extract data as a string for each index in the received order
parsed_data = json.loads(response)
return parsed_data
# parsed_data = json.loads(response)
return response