summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-08-28 23:35:10 -0400
committerKali Kaneko <kali@leap.se>2017-08-30 16:18:54 -0400
commit7e18c2f4c0cdeb99a807b2f1e8b94f6af99a29c0 (patch)
tree4f69b93ff0b1b3302f481cff05947242a7903cb6 /tests
parentc232797f8f37be1c630e533fc7cd06a10604a647 (diff)
[bug] assert vpn management folder exists
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=''):