summaryrefslogtreecommitdiff
path: root/yarns/400-build.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/400-build.yarn')
-rw-r--r--yarns/400-build.yarn8
1 files changed, 4 insertions, 4 deletions
diff --git a/yarns/400-build.yarn b/yarns/400-build.yarn
index f818e95..ef164d9 100644
--- a/yarns/400-build.yarn
+++ b/yarns/400-build.yarn
@@ -863,10 +863,6 @@ Trigger both projects.
... with a valid token and body { "status": "triggered" }
THEN result has status code 200
- WHEN user makes request PUT /projects/second/pipelines/do_something
- ... with a valid token and body { "status": "triggered" }
- THEN result has status code 200
-
WHEN user requests list of builds
THEN the list of builds is []
@@ -879,6 +875,10 @@ Trigger both projects.
WHEN user requests list of builds
THEN the list of builds is ["first/1"]
+ WHEN user makes request PUT /projects/second/pipelines/do_something
+ ... with a valid token and body { "status": "triggered" }
+ THEN result has status code 200
+
WHEN obelix makes request GET /work/obelix
THEN result is step
... {