mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-05 14:31:22 +08:00
change: update unit tests for removing v1 format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user