Skip to content

Commit 7609383

Browse files
agarneha1331francisf
authored andcommitted
Update source
1 parent 83345dc commit 7609383

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-java:sample-master:v1.0");
35+
bstackOptions.putIfAbsent("source", "cucumber-java:sample-master:v1.1");
3636
capabilities.put("bstack:options", bstackOptions);
3737

3838
while (it.hasNext()) {

0 commit comments

Comments
 (0)