Skip to content

Commit

Permalink
[SHIBUI-1058]
Browse files Browse the repository at this point in the history
Fixed failing tests in Jenkins.
  • Loading branch information
Bill Smith committed Jan 29, 2019
1 parent 50462cf commit 5339cd3
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ class UsersControllerIntegrationTests extends Specification {
"role" : "ROLE_ADMIN",
"username" : "admin",
"createdBy" : null,
"audId" : 4,
"lastName" : "Doe"
},
{
Expand All @@ -55,7 +54,6 @@ class UsersControllerIntegrationTests extends Specification {
"role" : "ROLE_USER",
"username" : "nonadmin",
"createdBy" : null,
"audId" : 5,
"lastName" : "Vandelay"
},
{
Expand All @@ -65,7 +63,6 @@ class UsersControllerIntegrationTests extends Specification {
"role" : "ROLE_ADMIN",
"username" : "anonymousUser",
"createdBy" : null,
"audId" : 6,
"lastName" : "Ymous"
}
]"""
Expand All @@ -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'
Expand Down

0 comments on commit 5339cd3

Please sign in to comment.