mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-25 10:20:11 +08:00
refactor: NewConfig
This commit is contained in:
@@ -117,7 +117,7 @@ func (h *har) load() (*Har, error) {
|
||||
|
||||
func (h *har) prepareConfig() *hrp.TConfig {
|
||||
return hrp.NewConfig("testcase description").
|
||||
SetVerifySSL(false)
|
||||
SetVerifySSL(false).ToStruct()
|
||||
}
|
||||
|
||||
func (h *har) prepareTestSteps() ([]*hrp.TStep, error) {
|
||||
|
||||
Reference in New Issue
Block a user