From ef91e8fe1fb5c1cf8f2f84fd25ef2b115f0ec8c8 Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 11 Sep 2017 14:55:14 +0200 Subject: feat: allow unauthenticated access to list of configs This should simplify client code significantly according to platform#8849 --- features/1/unauthenticated.feature | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'features/1/unauthenticated.feature') diff --git a/features/1/unauthenticated.feature b/features/1/unauthenticated.feature index aea7117..a135f14 100644 --- a/features/1/unauthenticated.feature +++ b/features/1/unauthenticated.feature @@ -16,7 +16,7 @@ Feature: Unauthenticated API endpoints And the response should be that config Scenario: Authentication required response - When I send a GET request to "/1/configs" + When I send a GET request to "/1/configs/config_id.json" Then the response status should be "401" And the response should have "error" with "not_authorized_login" And the response should have "message" @@ -24,7 +24,6 @@ Feature: Unauthenticated API endpoints Scenario: Authentication required for all other API endpoints (incomplete) Given I am not logged in When I send requests to these endpoints: - | GET | /1/configs | | GET | /1/configs/config_id.json | | GET | /1/service | | DELETE | /1/logout | -- cgit v1.2.3