refactor: TestCase, TSteps -> Steps

This commit is contained in:
lilong.129
2024-08-19 22:28:21 +08:00
parent 50230adb54
commit a9b864dc96
13 changed files with 66 additions and 65 deletions
+1 -1
View File
@@ -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 {