mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-24 09:50:00 +08:00
change: update gwda dependency
This commit is contained in:
@@ -353,7 +353,7 @@ func (r *HRPRunner) InitWDAClient(device WDADevice) (client *wdaClient, err erro
|
||||
}
|
||||
|
||||
// init wda device
|
||||
var options []gwda.DeviceOptions
|
||||
var options []gwda.DeviceOption
|
||||
if device.UDID != "" {
|
||||
options = append(options, gwda.WithSerialNumber(device.UDID))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user