|
@@ -288,7 +288,7 @@ class FrameworkTest:
|
|
err_str = ""
|
|
err_str = ""
|
|
if jsonString is None or len(jsonString) == 0:
|
|
if jsonString is None or len(jsonString) == 0:
|
|
err_str += "Empty Response"
|
|
err_str += "Empty Response"
|
|
- else
|
|
|
|
|
|
+ else:
|
|
try:
|
|
try:
|
|
json_load = json.loads(jsonString)
|
|
json_load = json.loads(jsonString)
|
|
if not isinstance(json_load, list):
|
|
if not isinstance(json_load, list):
|