summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/functional/features/environment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/features/environment.py b/tests/functional/features/environment.py
index c92a39d0..be7404c0 100644
--- a/tests/functional/features/environment.py
+++ b/tests/functional/features/environment.py
@@ -108,7 +108,7 @@ def _save_config(context, step):
shutil.copytree(get_path_prefix(), filepath)
except OSError:
pass
- print('copied config to: file://%s' % filepath)
+ print('copied config folder to: file://%s' % filepath)
def _artifact_path(step, filename=''):