diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/functional/features/environment.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/features/environment.py b/tests/functional/features/environment.py index c92a39d..be7404c 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=''): |