mirror of
https://github.com/logos-co/nomos-e2e-tests.git
synced 2025-02-23 19:58:25 +00:00
test: show response
This commit is contained in:
parent
01b6025afb
commit
be897bf95e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user