Commit b99655b2 authored by liguangyu06's avatar liguangyu06
Browse files

用例优化

parent 053cc74d
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
...@@ -43,6 +43,7 @@ result = json.loads(result.content) ...@@ -43,6 +43,7 @@ result = json.loads(result.content)
# print(result) # print(result)
# 生成随机数 # 生成随机数
report_random = random.randint(0, len(result["data"]["list"]) - 1) report_random = random.randint(0, len(result["data"]["list"]) - 1)
report_random = 0
# 获取上报植入信息 # 获取上报植入信息
reportId = result["data"]["list"][report_random]["reportId"] reportId = result["data"]["list"][report_random]["reportId"]
batchNumber = result["data"]["list"][report_random]["batchNumber"] batchNumber = result["data"]["list"][report_random]["batchNumber"]
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment