|
@@ -11,7 +11,7 @@ class c5:
|
|
|
def teststeps(self):
|
|
|
INFO('测试步骤')
|
|
|
STEP(1,'第一步调用函数') #会出现在测试报告中
|
|
|
- r = apimgr.buyersousuo("万达信息股份有限公司")
|
|
|
+ r = apimgr.buyer_search("万达信息股份有限公司")
|
|
|
response_data = json.loads(r.text)
|
|
|
error_code = response_data["error_code"]
|
|
|
STEP(2, '第二步设置检查点')
|