mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-01 05:49:40 +08:00
refactor: split ai related logic to pkg/ai
This commit is contained in:
@@ -22,7 +22,7 @@ const (
|
||||
DouyinServerPort = 32316
|
||||
)
|
||||
|
||||
func NewStubDriver(device *AndroidDevice) (driver *StubAndroidDriver, err error) {
|
||||
func NewStubAndroidDriver(device *AndroidDevice) (driver *StubAndroidDriver, err error) {
|
||||
socketLocalPort, err := device.Forward(StubSocketName)
|
||||
if err != nil {
|
||||
return nil, errors.Wrap(code.DeviceConnectionError,
|
||||
|
||||
Reference in New Issue
Block a user