-
Notifications
You must be signed in to change notification settings - Fork 136
Description
Traceback (most recent call last):
File "D:\InterfaceTest-master\LiveApp.py", line 251, in
main()
File "D:\InterfaceTest-master\LiveApp.py", line 242, in main
errorTest = runTest('TestCase/TestCasePre.xlsx')
File "D:\InterfaceTest-master\LiveApp.py", line 124, in runTest
status,resp = interfaceTest(num,api_purpose,api_host,request_url,request_data,check_point,request_method,request_data_type,correlationDict['${session}'])
File "D:\InterfaceTest-master\LiveApp.py", line 176, in interfaceTest
return status,json.loads(resp)
File "C:\Users\55\AppData\Local\Programs\Python\Python35\lib\json__init__.py", line 319, in loads
return _default_decoder.decode(s)
File "C:\Users\55\AppData\Local\Programs\Python\Python35\lib\json\decoder.py", line 342, in decode
raise JSONDecodeError("Extra data", s, end)
json.decoder.JSONDecodeError: Extra data: line 1 column 2 (char 1)