Skip to content

Commit df62286

Browse files
committed
Added support for calling Dynamic App_ID
1 parent a8a3ca7 commit df62286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/lambdatest/ios.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class ios {
2121
: System.getenv("LT_ACCESS_KEY");
2222
public static RemoteWebDriver driver = null;
2323
public String app_id = System.getenv("LT_APP_ID") == null ?
24-
"lt://proverbial-android" :
24+
"lt://proverbial-ios" :
2525
System.getenv("LT_APP_ID"); //Enter your LambdaTest App ID at the place of lt://proverbial-android
2626

2727
public String grid_url = System.getenv("LT_GRID_URL") == null ?

0 commit comments

Comments
 (0)