Skip to content

Commit 0ba1eeb

Browse files
Ankit098francisf
authored andcommitted
chore: source cap update
1 parent 98dff95 commit 0ba1eeb

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
@@ -29,12 +29,12 @@ def stop_local():
2929

3030
def before_feature(context, feature):
3131
desired_capabilities = CONFIG['environments'][TASK_ID]
32-
desired_capabilities['browserstack.source'] = 'behave:sample-master:v1.0'
3332
for key in CONFIG["capabilities"]:
3433
if key not in desired_capabilities:
3534
desired_capabilities[key] = CONFIG["capabilities"][key]
3635
elif key == "bstack:options":
3736
desired_capabilities[key].update(CONFIG["capabilities"][key])
37+
desired_capabilities['bstack:options']['source'] = 'behave:sample-master:v1.1'
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)