summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-07-29 19:10:36 +0300
committerLars Wirzenius <liw@liw.fi>2017-07-29 19:10:36 +0300
commit01b269e68bcd899630178847b18dd83375b96ce2 (patch)
treed28aab6fd833220fa7af37a6f06d7dafe964841c /yarns
parent31ef92fd5684c52c043d8758d6640c9ec41c1538 (diff)
downloadick2-01b269e68bcd899630178847b18dd83375b96ce2.tar.gz
Fix: worker two expected responses
Diffstat (limited to 'yarns')
-rw-r--r--yarns/200-build.yarn8
1 files changed, 4 insertions, 4 deletions
diff --git a/yarns/200-build.yarn b/yarns/200-build.yarn
index c4a9f73..3465f50 100644
--- a/yarns/200-build.yarn
+++ b/yarns/200-build.yarn
@@ -172,7 +172,7 @@ Trigger the other project, and the second worker gets something to do.
WHEN worker manager calls GET /worker/two
THEN response has status 200, and JSON body "{
... "project": "bar",
- ... "git": "foo.git",
+ ... "git": "bar.git",
... "shell": "ikiwiki --build"
... }"
@@ -232,7 +232,7 @@ the same build step to run.
WHEN worker manager calls GET /worker/two
THEN response has status 200, and JSON body "{
... "project": "bar",
- ... "git": "foo.git",
+ ... "git": "bar.git",
... "shell": "ikiwiki --build"
... }"
@@ -277,8 +277,8 @@ Finish the other project build.
WHEN worker manager calls GET /worker/two
THEN response has status 200,
... and JSON body "{
- ... "project": "foo",
- ... "git": "foo.git",
+ ... "project": "bar",
+ ... "git": "bar.git",
... "shell": "rsync"
... }"