summaryrefslogtreecommitdiff
path: root/yarns/600-unauthz.yarn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-04-19 22:31:01 +0300
committerLars Wirzenius <liw@liw.fi>2018-04-19 22:31:01 +0300
commitf11a8ecd409f280759af7227db52b1e87e389092 (patch)
tree191dc9e4dda2444fb65bcf097056ef37d5a685bc /yarns/600-unauthz.yarn
parent04e899ded340bc0fd3afd6b0a62dff22c182e735 (diff)
downloadick2-f11a8ecd409f280759af7227db52b1e87e389092.tar.gz
Change: trigger a project, build all pipelines in the project
Diffstat (limited to 'yarns/600-unauthz.yarn')
-rw-r--r--yarns/600-unauthz.yarn8
1 files changed, 4 insertions, 4 deletions
diff --git a/yarns/600-unauthz.yarn b/yarns/600-unauthz.yarn
index 14e0015..176ac49 100644
--- a/yarns/600-unauthz.yarn
+++ b/yarns/600-unauthz.yarn
@@ -32,8 +32,8 @@ Set up the controller.
AND controller config uses https://auth.example.com as authentication
AND an access token for user with scopes
... uapi_projects_post
- ... uapi_projects_id_pipelines_id_put
- ... uapi_projects_id_pipelines_id_get
+ ... uapi_projects_id_status_put
+ ... uapi_projects_id_status_get
... uapi_projects_id_builds_get
... uapi_workers_id_get
... uapi_builds_get
@@ -63,7 +63,7 @@ Set up the controller.
THEN result has status code 401
WHEN outsider makes request
- ... GET /projects/rome/pipelines/construct
+ ... GET /projects/rome/status
... with an invalid token
THEN result has status code 401
@@ -75,7 +75,7 @@ Set up the controller.
THEN result has status code 401
WHEN outsider makes request
- ... PUT /projects/rome/pipelines/construct with an invalid token
+ ... PUT /projects/rome/status with an invalid token
THEN result has status code 401
WHEN outsider makes request