summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-07-09 17:59:15 +0300
committerLars Wirzenius <liw@liw.fi>2018-07-09 17:59:15 +0300
commitbf98d81372a6223b8cc14ffda7b5a79cb37bae46 (patch)
tree226458707d8160f7b6efdd94ef0ddc8a149b91e0 /yarns
parentf8efacf9252025d0f2513a58688118255f1956ea (diff)
downloadick2-bf98d81372a6223b8cc14ffda7b5a79cb37bae46.tar.gz
Change: tell pylint to disable no-member messages
Diffstat (limited to 'yarns')
-rw-r--r--yarns/400-build.yarn5
1 files changed, 5 insertions, 0 deletions
diff --git a/yarns/400-build.yarn b/yarns/400-build.yarn
index 0d75ec0..b167dd7 100644
--- a/yarns/400-build.yarn
+++ b/yarns/400-build.yarn
@@ -92,6 +92,11 @@ Register a worker.
... }
THEN result has status code 201
+Trigger build of project that doesn't exist.
+
+ WHEN user makes request GET /projects/eldorado/+trigger
+ THEN result has status code 999
+
Trigger build.
WHEN user makes request GET /projects/rome/+trigger