From 01b269e68bcd899630178847b18dd83375b96ce2 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 29 Jul 2017 19:10:36 +0300 Subject: Fix: worker two expected responses --- yarns/200-build.yarn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'yarns') 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" ... }" -- cgit v1.2.1