mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-21 08:11:55 +08:00
fix: change httpbin.org from http to https
This commit is contained in:
@@ -5,7 +5,7 @@ from httprunner import HttpRunner, Config, Step, RunRequest
|
||||
|
||||
class TestCaseValidate(HttpRunner):
|
||||
|
||||
config = Config("basic test with httpbin").base_url("http://httpbin.org/")
|
||||
config = Config("basic test with httpbin").base_url("https://httpbin.org/")
|
||||
|
||||
teststeps = [
|
||||
Step(
|
||||
|
||||
Reference in New Issue
Block a user