mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-09 06:23:52 +08:00
bump version
This commit is contained in:
@@ -452,7 +452,7 @@ func (r *CaseRunner) parseConfig() error {
|
||||
}
|
||||
client, err := device.NewDriver(nil)
|
||||
if err != nil {
|
||||
return errors.Wrap(err, "init Android UIAutomator client failed")
|
||||
return errors.Wrap(err, "init Android client failed")
|
||||
}
|
||||
r.hrpRunner.uiClients[device.SerialNumber] = client
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user