mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-06 00:09:37 +08:00
replace online httpbin service with httpbin lib
This commit is contained in:
@@ -115,7 +115,7 @@ class TestHttpRunner(ApiServerUnittest):
|
||||
{
|
||||
"name": "post data",
|
||||
"request": {
|
||||
"url": "https://httpbin.org/post",
|
||||
"url": "http://127.0.0.1:3458/post",
|
||||
"method": "POST",
|
||||
"headers": {
|
||||
"Content-Type": "application/json"
|
||||
|
||||
Reference in New Issue
Block a user