Commit d98d0486 by jiaqiying

slove confict

parents ba7adcf9 51b0a598
......@@ -67,6 +67,7 @@ class BmyConfig(BaseConfig):
# 企业云接口的Authorization
bmy_token = ''
headers = {'Authorization':bmy_token,"Content-Type":"application/json"}
header = {"Content-Type":"application/json"}
class SSOConfig(BaseConfig):
......
......@@ -38,7 +38,7 @@ class TestLogin():
def teardown_class(self):
"""清除"""
if __name__ == '__main__':
for one in os.listdir('../../report/tmp'): # 列出对应文件夹的数据
if 'json' in one:
......
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