Skip to content

Commit 0a9baf7

Browse files
committed
remove TODO
1 parent cf8d876 commit 0a9baf7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ void testAttrLookup() throws LdapException {
177177
AbstractLdapProvider.LdapSearchResult<Map<String, Set<String>>> result =
178178
new AbstractLdapProvider.LdapSearchResult<>(dn, attrs);
179179
assertNotNull(result);
180-
// TODO use Mockito Argument captor ?
181180
when(mockProvider.lookupLdapContent(anyString(), any(String[].class))).thenReturn(result);
182181

183182
// Load the LdapAttrPlugin using the mock LDAP provider.

0 commit comments

Comments
 (0)