change: update unit tests for removing v1 format

This commit is contained in:
debugtalk
2020-04-09 11:46:13 +08:00
parent d98fbc8da7
commit 7ba22b1389
37 changed files with 205 additions and 686 deletions

View File

@@ -1,8 +1,9 @@
- config:
config:
name: basic test with httpbin
base_url: http://httpbin.org/
- test:
teststeps:
-
name: validate response with json path
request:
url: /get
@@ -18,7 +19,7 @@
- "assert status_code == 200"
- test:
-
name: validate response with python script
request:
url: /get