fix: change httpbin.org from http to https

This commit is contained in:
lilong.129
2023-04-18 20:20:36 +08:00
parent b6cf074bb5
commit d636f0cd3c
8 changed files with 19 additions and 17 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
config:
name: basic test with httpbin
base_url: http://httpbin.org/
base_url: https://httpbin.org/
teststeps:
-
+1 -1
View File
@@ -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(