From 7e02a7ba09642545ef5f567da5b18c91af7e3366 Mon Sep 17 00:00:00 2001 From: Lucas Di Pentima Date: Wed, 11 May 2022 09:48:48 -0300 Subject: [PATCH] 19103: Exposes the bug with a test. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- lib/controller/router/router_test.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/controller/router/router_test.go b/lib/controller/router/router_test.go index ce440dac57..11b090a214 100644 --- a/lib/controller/router/router_test.go +++ b/lib/controller/router/router_test.go @@ -92,6 +92,12 @@ func (s *RouterSuite) TestOptions(c *check.C) { shouldCall: "CollectionList", withOptions: arvados.ListOptions{Limit: -1}, }, + { + method: "GET", + path: "/arvados/v1/api_client_authorizations", + shouldCall: "APIClientAuthorizationList", + withOptions: arvados.ListOptions{Limit: -1}, + }, { method: "GET", path: "/arvados/v1/collections?limit=123&offset=456&include_trash=true&include_old_versions=1", -- 2.30.2