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
@@ -143,7 +143,7 @@ func (c *CasePostman) ToTestCase() (*hrp.TestCase, error) {
}
tCase := &hrp.TestCase{
Config: c.prepareConfig(),
TSteps: teststeps,
Steps: teststeps,
}
err = tCase.MakeCompat()
if err != nil {