mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
update unittest for api base_url
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
|
||||
name: headers
|
||||
base_url: http://httpbin.org
|
||||
request:
|
||||
url: http://httpbin.org/headers
|
||||
url: /headers
|
||||
method: GET
|
||||
validate:
|
||||
- eq: ["status_code", 200]
|
||||
|
||||
Reference in New Issue
Block a user