From 092e67910acb99e0764baa455bd025431dbb5251 Mon Sep 17 00:00:00 2001 From: Bill Smith Date: Wed, 23 Jun 2021 09:47:46 -0700 Subject: [PATCH] NOJIRA Fixed a broken test due to introducing an extra user into the dev profile. --- .../controller/UsersControllerIntegrationTests.groovy | 9 +++++++++ 1 file changed, 9 insertions(+) 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 5ecb34dc0..5bf41ebec 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 @@ -66,6 +66,15 @@ class UsersControllerIntegrationTests extends Specification { "createdBy" : "anonymousUser", "lastName" : "robot" }, + { + "modifiedBy" : "anonymousUser", + "firstName" : "Bad", + "emailAddress" : "badboy2@institution.edu", + "role" : "ROLE_NONE", + "username" : "none2", + "createdBy" : "anonymousUser", + "lastName" : "robot2" + }, { "modifiedBy" : "anonymousUser", "firstName" : "Anon",