mirror of
https://github.com/logos-blockchain/logos-blockchain-e2e-tests.git
synced 2026-01-09 08:33:12 +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)
|
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
|
# Extract data as a string for each index in the received order
|
||||||
parsed_data = json.loads(response)
|
# parsed_data = json.loads(response)
|
||||||
return parsed_data
|
return response
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user