summaryrefslogtreecommitdiff
path: root/tests/functional/features/environment.py
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-08-17 17:14:23 -0400
committerKali Kaneko <kali@leap.se>2017-08-17 17:16:21 -0400
commit3b999adfc1f98c13833038bd9b2e2893c491958f (patch)
tree04eff2fb0ec850453451e775a7ab15be31c6e481 /tests/functional/features/environment.py
parent29250b7f94872035caaf8d6e1ac39983d09840e6 (diff)
add bundle_path for environment case
Diffstat (limited to 'tests/functional/features/environment.py')
-rw-r--r--tests/functional/features/environment.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/functional/features/environment.py b/tests/functional/features/environment.py
index 8430d78e..5b179cd5 100644
--- a/tests/functional/features/environment.py
+++ b/tests/functional/features/environment.py
@@ -55,6 +55,8 @@ def before_all(context):
elif MODE == BUNDLE_CI:
# TODO set path to artifact XXX ---
context.bundle_path = None
+ else:
+ context.bundle_path = None
def _setup_webdriver(context):