From 08ced917a388b6a7644bc0654d0f6456f64eca41 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 22 Apr 2014 15:34:01 +0000 Subject: Replace second WHEN in a row with AND --- yarns.webapp/040-running-jobs.yarn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yarns.webapp') 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. -- cgit v1.2.1