summaryrefslogtreecommitdiff
path: root/yarns.webapp/040-running-jobs.yarn
diff options
context:
space:
mode:
authorBen Brown <ben.brown@codethink.co.uk>2015-12-15 11:28:47 +0000
committerBen Brown <ben.brown@codethink.co.uk>2015-12-15 11:53:47 +0000
commitce7951ae8f2725c427388eece9c1ad1ef28ba810 (patch)
treebb7d0cb749446e7a9d7be02bacc4088e02be9ac3 /yarns.webapp/040-running-jobs.yarn
parentff83a8987cae6aba71e4b912d6f3dd7a390fc1c3 (diff)
downloadlorry-controller-ce7951ae8f2725c427388eece9c1ad1ef28ba810.tar.gz
Remove trailing whitespace
While we're here, seeing as Adam mentioned it. Change-Id: I5ddb86c70d76a84cf12fbd4eb91f3802e490d745
Diffstat (limited to 'yarns.webapp/040-running-jobs.yarn')
-rw-r--r--yarns.webapp/040-running-jobs.yarn8
1 files changed, 4 insertions, 4 deletions
diff --git a/yarns.webapp/040-running-jobs.yarn b/yarns.webapp/040-running-jobs.yarn
index 1c9a4de..5e47d1c 100644
--- a/yarns.webapp/040-running-jobs.yarn
+++ b/yarns.webapp/040-running-jobs.yarn
@@ -24,7 +24,7 @@ Then make sure we don't get a job when we request one.
WHEN admin makes request POST /1.0/give-me-job with host=testhost&pid=123
THEN response has job_id set to null
-
+
WHEN admin makes request GET /1.0/list-running-jobs
THEN response has running_jobs set to []
@@ -52,7 +52,7 @@ Enable the queue, and off we go.
WHEN admin makes request GET /1.0/lorry/upstream/foo
THEN response has running_job set to 1
AND response has jobs set to [1]
-
+
WHEN admin makes request GET /1.0/list-running-jobs
THEN response has running_jobs set to [1]
@@ -311,7 +311,7 @@ which marks all jobs finished that haven't had a `job-update` called
on them for a long time.
SCENARIO forget jobs without MINION updates in a long time
-
+
Set up a WEBAPP that uses a CONFGIT with a Lorry file, so we can start
a job.
@@ -374,7 +374,7 @@ WEBAPP doesn't remove jobs automatically, it needs to be told to
remove jobs.
SCENARIO remove job
-
+
Setup.
GIVEN a new git repository in CONFGIT