summaryrefslogtreecommitdiff
path: root/yarns.webapp
diff options
context:
space:
mode:
Diffstat (limited to 'yarns.webapp')
-rw-r--r--yarns.webapp/900-implementations.yarn2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarns.webapp/900-implementations.yarn b/yarns.webapp/900-implementations.yarn
index dba32e1..54a82a4 100644
--- a/yarns.webapp/900-implementations.yarn
+++ b/yarns.webapp/900-implementations.yarn
@@ -347,7 +347,7 @@ value is expresssed as a JSON value in the step.
if value != expected:
sys.stderr.write(
"Key {key} has value {value}, but "
- "{expected} was expected".format (
+ "{expected} was expected".format(
key=key, value=value, expected=expected))
sys.exit(1)
' < "$DATADIR/response.body"