We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf8d876 commit 0a9baf7Copy full SHA for 0a9baf7
plugins/src/test/java/opengrok/auth/plugin/LdapAttrPluginTest.java
@@ -177,7 +177,6 @@ void testAttrLookup() throws LdapException {
177
AbstractLdapProvider.LdapSearchResult<Map<String, Set<String>>> result =
178
new AbstractLdapProvider.LdapSearchResult<>(dn, attrs);
179
assertNotNull(result);
180
- // TODO use Mockito Argument captor ?
181
when(mockProvider.lookupLdapContent(anyString(), any(String[].class))).thenReturn(result);
182
183
// Load the LdapAttrPlugin using the mock LDAP provider.
0 commit comments