summaryrefslogtreecommitdiff
path: root/tests/functional/features/environment.py
diff options
context:
space:
mode:
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):