summaryrefslogtreecommitdiff
path: root/yarns.webapp
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-04-22 15:34:01 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-04-22 15:34:01 +0000
commit08ced917a388b6a7644bc0654d0f6456f64eca41 (patch)
tree05efbb8039fd1ce93208ab1d0e14b37d5a497843 /yarns.webapp
parentab42843586a02cf6dfee1a580b7475eada77051d (diff)
downloadlorry-controller-08ced917a388b6a7644bc0654d0f6456f64eca41.tar.gz
Replace second WHEN in a row with AND
Diffstat (limited to 'yarns.webapp')
-rw-r--r--yarns.webapp/040-running-jobs.yarn2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarns.webapp/040-running-jobs.yarn b/yarns.webapp/040-running-jobs.yarn
index e1202e1..486af53 100644
--- a/yarns.webapp/040-running-jobs.yarn
+++ b/yarns.webapp/040-running-jobs.yarn
@@ -188,7 +188,7 @@ to have the test suite fail when running on slow devices.
Pretend it is the start of time.
WHEN admin makes request POST /1.0/pretend-time with now=0
- WHEN admin makes request GET /1.0/status
+ AND admin makes request GET /1.0/status
THEN response has timestamp set to "1970-01-01 00:00:00 UTC"
Start the job.