Skip to content

Commit 5c11727

Browse files
committed
replace cucumber with cucumber-java in source value
1 parent a90f5c7 commit 5c11727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/browserstack/util/Utility.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static JSONObject getCombinedCapability(Map<String, String> envCapabiliti
3232
JSONObject bstackOptions = commonCapabilities.get("bstack:options") != null ? (JSONObject) commonCapabilities.get("bstack:options") : new JSONObject();
3333
bstackOptions.putIfAbsent("userName", username);
3434
bstackOptions.putIfAbsent("accessKey", accessKey);
35-
bstackOptions.putIfAbsent("source", "cucumber:sample-master:v1.0");
35+
bstackOptions.putIfAbsent("source", "cucumber-java:sample-master:v1.0");
3636
capabilities.put("bstack:options", bstackOptions);
3737

3838
while (it.hasNext()) {

0 commit comments

Comments
 (0)