mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 07:26:55 +08:00
refactor: TestCase, TSteps -> Steps
This commit is contained in:
@@ -109,7 +109,7 @@ func LoadCurlCase(path string) (*hrp.TestCase, error) {
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
tCase.TSteps = append(tCase.TSteps, tSteps...)
|
||||
tCase.Steps = append(tCase.Steps, tSteps...)
|
||||
}
|
||||
err = tCase.MakeCompat()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user