diff --git a/backend/src/test/groovy/edu/internet2/tier/shibboleth/admin/ui/security/controller/UsersControllerIntegrationTests.groovy b/backend/src/test/groovy/edu/internet2/tier/shibboleth/admin/ui/security/controller/UsersControllerIntegrationTests.groovy index 10938e04a..0e96fc1b7 100644 --- a/backend/src/test/groovy/edu/internet2/tier/shibboleth/admin/ui/security/controller/UsersControllerIntegrationTests.groovy +++ b/backend/src/test/groovy/edu/internet2/tier/shibboleth/admin/ui/security/controller/UsersControllerIntegrationTests.groovy @@ -45,7 +45,6 @@ class UsersControllerIntegrationTests extends Specification { "role" : "ROLE_ADMIN", "username" : "admin", "createdBy" : null, - "audId" : 4, "lastName" : "Doe" }, { @@ -55,7 +54,6 @@ class UsersControllerIntegrationTests extends Specification { "role" : "ROLE_USER", "username" : "nonadmin", "createdBy" : null, - "audId" : 5, "lastName" : "Vandelay" }, { @@ -65,7 +63,6 @@ class UsersControllerIntegrationTests extends Specification { "role" : "ROLE_ADMIN", "username" : "anonymousUser", "createdBy" : null, - "audId" : 6, "lastName" : "Ymous" } ]""" @@ -92,7 +89,6 @@ class UsersControllerIntegrationTests extends Specification { "role" : "ROLE_ADMIN", "username" : "admin", "createdBy" : null, - "audId" : 4, "lastName" : "Doe" }""" when: 'GET request is made for one existing user'