X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7f8fa5edc5175ffda9fdfaa28081f799ae485ec0..4d9a9766999dda4657bce039a1d56a5591201e95:/lib/controller/handler_test.go diff --git a/lib/controller/handler_test.go b/lib/controller/handler_test.go index ff1d43da41..d5f644fdab 100644 --- a/lib/controller/handler_test.go +++ b/lib/controller/handler_test.go @@ -647,8 +647,7 @@ func (s *HandlerSuite) TestGetObjects(c *check.C) { "api_client_authorization": { "owner_uuid": "`+arvadostest.AdminUserUUID+`", "created_by_ip_address": "::1", - "last_used_by_ip_address": "::1", - "default_owner_uuid": "`+arvadostest.AdminUserUUID+`" + "last_used_by_ip_address": "::1" } }`)) req.Header.Set("Authorization", "Bearer "+arvadostest.SystemRootToken)