Skip to content

Commit

Permalink
LPS-92344 users-admin-test - updates expected fields for other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbrokke authored and pei-jung committed Apr 19, 2019
1 parent 57a8167 commit 3b4fd64
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -207,6 +207,7 @@ private Map<String, String> _expectedValues(User user) throws Exception {
map.put(Field.STATUS, String.valueOf(user.getStatus()));
map.put(Field.USER_ID, String.valueOf(user.getUserId()));
map.put(Field.USER_NAME, StringUtil.toLowerCase(user.getFullName()));
map.put("defaultUser", String.valueOf(user.isDefaultUser()));
map.put("emailAddress", user.getEmailAddress());
map.put("firstName", user.getFirstName());
map.put(
Expand Down

0 comments on commit 3b4fd64

Please sign in to comment.