mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-08 01:09:44 +08:00
change: move code
This commit is contained in:
@@ -27,7 +27,7 @@ func setupXTDriver(_ context.Context, args map[string]any) (*XTDriver, error) {
|
||||
}
|
||||
}
|
||||
|
||||
driverExt, err := NewDriverExt(platform, serial)
|
||||
driverExt, err := NewXTDriverWithDefault(platform, serial)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user