Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
BojithaPiyathilake committed Jul 8, 2022
1 parent 3884ce4 commit fae4b2d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,8 @@ public void testListWithGetCursor(String filter, String cursorString,
String attributes, String excludeAttributes, UsersGetResponse usersResponse)
throws NotImplementedException, BadRequestException, CharonException {

Mockito.when(userManager.listUsersWithGET(any(), any(Cursor.class), anyInt(), anyString(), anyString(), anyString(), anyMap())).thenReturn(usersResponse);
Mockito.when(userManager.listUsersWithGET(any(), any(Cursor.class), anyInt(), anyString(), anyString(),
anyString(), anyMap())).thenReturn(usersResponse);
SCIMResponse outputScimResponse = userResourceManager.listWithGET(userManager, filter, cursorString,
count, sortBy, sortOrder, domainName, attributes, excludeAttributes);

Expand Down

0 comments on commit fae4b2d

Please sign in to comment.