Skip to content

Commit

Permalink
NOJIRA
Browse files Browse the repository at this point in the history
Fixed a broken test due to introducing an extra user into the dev
profile.
  • Loading branch information
Bill Smith committed Jun 23, 2021
1 parent 01decd5 commit 092e679
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 092e679

Please sign in to comment.