From f11a8ecd409f280759af7227db52b1e87e389092 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 19 Apr 2018 22:31:01 +0300 Subject: Change: trigger a project, build all pipelines in the project --- yarns/600-unauthz.yarn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'yarns/600-unauthz.yarn') 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 -- cgit v1.2.1