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
@@ -10,7 +10,7 @@ func TestBoomerStandaloneRun(t *testing.T) {
defer removeHashicorpGoPlugin()
testcase1 := &TestCase{
Config: NewConfig("TestCase1").SetBaseURL("http://httpbin.org"),
Config: NewConfig("TestCase1").SetBaseURL("https://httpbin.org"),
TestSteps: []IStep{
NewStep("headers").
GET("/headers").