Skip to content

Commit df6e69c

Browse files
committed
fix comment
1 parent 32c660d commit df6e69c

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
@@ -169,7 +169,7 @@ void testAttrLookup() throws LdapException {
169169
String instance_num = "42";
170170
String mail_attr_value = "[email protected]";
171171

172-
// Create mock LDAP provider, simulating the work of LdapUserPlugin.
172+
// Create mock LDAP provider, simulating the work of LDAP server for LdapAttrPlugin#fillSession().
173173
AbstractLdapProvider mockProvider = mock(LdapFacade.class);
174174
Map<String, Set<String>> attrs = new HashMap<>();
175175
attrs.put(attr_to_get, Collections.singleton(mail_attr_value));

0 commit comments

Comments
 (0)