summaryrefslogtreecommitdiff
path: root/yarns.webapp/030-queue-management.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns.webapp/030-queue-management.yarn')
-rw-r--r--yarns.webapp/030-queue-management.yarn4
1 files changed, 2 insertions, 2 deletions
diff --git a/yarns.webapp/030-queue-management.yarn b/yarns.webapp/030-queue-management.yarn
index ebf50af..a90966a 100644
--- a/yarns.webapp/030-queue-management.yarn
+++ b/yarns.webapp/030-queue-management.yarn
@@ -60,7 +60,7 @@ when WEBAPP has never read its configuration.
WHEN admin makes request GET /1.0/list-queue
THEN response has queue set to []
-
+
Make WEBAPP read an empty configuration. Or rather, a configuration
that does not match any existing `.lorry` files.
@@ -92,7 +92,7 @@ Add two Lorries, then make sure they can reordered at will.
WHEN admin makes request POST /1.0/read-configuration
AND admin makes request GET /1.0/list-queue
THEN response has queue set to ["upstream/bar", "upstream/foo"]
-
+
WHEN admin makes request POST /1.0/move-to-top with path=upstream/foo
AND admin makes request GET /1.0/list-queue
THEN response has queue set to ["upstream/foo", "upstream/bar"]