21910: Remove more uses of api_clients API.
[arvados.git] / lib / controller / handler_test.go
index d5f644fdabb5d782650edc8e8b5f9e48aef40137..0f5c227ca09f506b65f81d2cc36c5f5d1f8de6eb 100644 (file)
@@ -661,7 +661,6 @@ func (s *HandlerSuite) TestGetObjects(c *check.C) {
        c.Assert(auth.UUID, check.Not(check.Equals), "")
 
        testCases := map[string]map[string]bool{
-               "api_clients/" + arvadostest.TrustedWorkbenchAPIClientUUID:     nil,
                "api_client_authorizations/" + auth.UUID:                       {"href": true, "modified_by_client_uuid": true, "modified_by_user_uuid": true},
                "authorized_keys/" + arvadostest.AdminAuthorizedKeysUUID:       {"href": true},
                "collections/" + arvadostest.CollectionWithUniqueWordsUUID:     {"href": true},