Skip to content

Commit 7606fa6

Browse files
committed
Fixed browserStack code
1 parent f78675d commit 7606fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/frameworkium/config/BrowserStack.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static boolean isDesired() {
2323
}
2424

2525
private static boolean environmentVariablesSet() {
26-
String username = System.getenv("BROWSER_STACK_USER");
26+
String username = System.getenv("BROWSER_STACK_USERNAME");
2727
String accessKey = System.getenv("BROWSER_STACK_ACCESS_KEY");
2828
return username != null && !username.isEmpty() && accessKey != null && !accessKey.isEmpty();
2929
}

0 commit comments

Comments
 (0)