Merge branch '21815-trigrams-exclude-ids'
[arvados.git] / lib / controller / handler_test.go
index ff1d43da416965ad3023720c667486ab6f28d4cb..d5f644fdabb5d782650edc8e8b5f9e48aef40137 100644 (file)
@@ -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)