change: update unit tests for removing v1 format

This commit is contained in:
debugtalk
2020-04-09 12:06:34 +08:00
parent ae033b61e9
commit ee9eb4f1c4
37 changed files with 205 additions and 686 deletions
+4 -3
View File
@@ -1,8 +1,9 @@
- config:
config:
name: test upload file with httpbin
base_url: ${get_httpbin_server()}
- test:
teststeps:
-
name: upload file
variables:
file_path: "data/test.env"
@@ -17,7 +18,7 @@
- eq: ["status_code", 200]
- startswith: ["content.files.file", "UserName=test"]
- test:
-
name: upload file with keyword
request:
url: /post