summaryrefslogtreecommitdiff
path: root/yarns/100-projects.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/100-projects.yarn')
-rw-r--r--yarns/100-projects.yarn7
1 files changed, 7 insertions, 0 deletions
diff --git a/yarns/100-projects.yarn b/yarns/100-projects.yarn
index de7f9c7..aa04b7a 100644
--- a/yarns/100-projects.yarn
+++ b/yarns/100-projects.yarn
@@ -203,4 +203,11 @@ Creating a new project with the same name is forbidden.
WHEN user makes request GET /projects/website
THEN result has status code 404
+ WHEN user makes request PUT /projects/nosuchproject with a valid token and body
+ ... {
+ ... "project": "nosuchproject",
+ ... "pipelines": []
+ ... }
+ THEN result has status code 404
+
FINALLY stop ick controller