update unittest for api base_url

This commit is contained in:
debugtalk
2018-12-27 16:39:37 +08:00
parent 6d71079536
commit 850b9972fd

View File

@@ -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]