summaryrefslogtreecommitdiff
path: root/service/test/functional/features/environment.py
diff options
context:
space:
mode:
Diffstat (limited to 'service/test/functional/features/environment.py')
-rw-r--r--service/test/functional/features/environment.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/service/test/functional/features/environment.py b/service/test/functional/features/environment.py
index 6ef48376..5dab437f 100644
--- a/service/test/functional/features/environment.py
+++ b/service/test/functional/features/environment.py
@@ -50,8 +50,8 @@ def before_feature(context, feature):
def after_step(context, step):
if step.status == 'failed':
id = str(uuid.uuid4())
- context.browser.save_screenshot('failed '+str(step.name)+'_'+id+".png")
- save_source(context, 'failed '+str(step.name)+'_'+id+".html")
+ context.browser.save_screenshot('failed ' + str(step.name) + '_' + id + ".png")
+ save_source(context, 'failed ' + str(step.name) + '_' + id + ".html")
def after_feature(context, feature):