Skip to content

Commit c965c8d

Browse files
agarneha1331francisf
authored andcommitted
Add source
1 parent 39965d0 commit c965c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def before_feature(context, feature):
3434
desired_capabilities[key] = CONFIG["capabilities"][key]
3535
elif key == "bstack:options":
3636
desired_capabilities[key].update(CONFIG["capabilities"][key])
37-
desired_capabilities['bstack:options']['source'] = 'behave:sample-master:v1.1'
37+
desired_capabilities['bstack:options']['source'] = 'behave:sample-master:v1.2'
3838

3939
if "bstack:options" in desired_capabilities and "local" in desired_capabilities["bstack:options"] and desired_capabilities["bstack:options"]["local"]:
4040
start_local()

0 commit comments

Comments
 (0)