Commit 57369b89 by mac

review

parent b9ec102c
...@@ -83,7 +83,7 @@ def get_allure_screenshots(screenshot_path, describe): ...@@ -83,7 +83,7 @@ def get_allure_screenshots(screenshot_path, describe):
# 小麦接口相关 # 小麦接口相关
# 获取登录token # 获取登录token
def get_token(user, Terminal): def get_token(user, Terminal = 'SOW-B'):
if Terminal == 'SOW-B': if Terminal == 'SOW-B':
account = readConfig.test_header(user)['username'] account = readConfig.test_header(user)['username']
password = readConfig.test_header(user)['password'] password = readConfig.test_header(user)['password']
......
Markdown is supported
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