From be897bf95e4727cd2ec2eccc798d07f36b7082d8 Mon Sep 17 00:00:00 2001 From: Roman Date: Mon, 20 Jan 2025 14:34:48 +0800 Subject: [PATCH] test: show response --- src/steps/da.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/steps/da.py b/src/steps/da.py index d549fc0..81564a9 100644 --- a/src/steps/da.py +++ b/src/steps/da.py @@ -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