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