Skip to content

Commit 0ece615

Browse files
test: Update the security flag format for Appium3
1 parent 0b4a430 commit 0ece615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/e2eFlutterTest/java/io/appium/java_client/android/BaseFlutterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static void beforeClass() {
4848
// Flutter driver mocking command requires adb_shell permission to set certain permissions
4949
// to the AUT. This can be removed once the server logic is updated to use a different approach
5050
// for setting the permission
51-
.withArgument(GeneralServerFlag.ALLOW_INSECURE, "adb_shell")
51+
.withArgument(GeneralServerFlag.ALLOW_INSECURE, "*:adb_shell")
5252
.build();
5353
service.start();
5454
}

0 commit comments

Comments
 (0)