Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
test
autotest-airtest-web-cmdc
Commits
02cded84
Commit
02cded84
authored
Jan 08, 2024
by
liguangyu06
Browse files
优化
parent
f665b36b
Changes
1
Hide whitespace changes
Inline
Side-by-side
air_case/cmdc_product/附件上传功能验证.air/附件上传功能验证.py
View file @
02cded84
...
...
@@ -43,7 +43,7 @@ files = {"file": file}
# 发送请求
result
=
requests
.
post
(
url
,
files
=
files
,
headers
=
headers
)
result
=
json
.
loads
(
result
.
content
)
# print(result)
# 获取预期结果
check_dict
=
commonFuc
().
get_business_data
(
module
,
"checkDict28"
)
# print(check_dict)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment