Skip to content

Commit 6e5f087

Browse files
committed
make the User consistent with other attributes
1 parent 0a9baf7 commit 6e5f087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/src/test/java/opengrok/auth/plugin/LdapAttrPluginTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ void testAttrLookup() throws LdapException {
192192
request.getSession().setAttribute(LdapUserPlugin.SESSION_ATTR + instance_num, ldapUser);
193193

194194
// Here it comes all together.
195-
User user = new User("[email protected]", "id");
195+
User user = new User("jbond", "007");
196196
plugin.fillSession(request, user);
197197

198198
// See if LdapAttrPlugin set its own session attribute based on the mocked query.

0 commit comments

Comments
 (0)