mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 11:29:48 +08:00
change: TestCasePath Path field
This commit is contained in:
@@ -132,7 +132,7 @@ func loadTestFile(path *TestCasePath) (*TestCase, error) {
|
||||
var tc *TCase
|
||||
var err error
|
||||
|
||||
casePath := path.string
|
||||
casePath := path.Path
|
||||
ext := filepath.Ext(casePath)
|
||||
switch ext {
|
||||
case ".json":
|
||||
|
||||
Reference in New Issue
Block a user