fix: unittest for upload httpbin

This commit is contained in:
debugtalk
2019-12-12 17:35:31 +08:00
parent c1ec764c91
commit e6abdbb2b0
2 changed files with 3 additions and 4 deletions

View File

@@ -15,5 +15,4 @@
data: $multipart_encoder
validate:
- eq: ["status_code", 200]
- startswith: ["content.files.file", "UserName=test"]
- startswith: ["content.form.file", "data/test.env"]