Browse Source

Fix user_ldap tests now that list of groups gets cached

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
tags/v26.0.0beta1
Côme Chilliet 1 year ago
parent
commit
723c1b8adc
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      apps/user_ldap/tests/AccessTest.php

+ 1
- 1
apps/user_ldap/tests/AccessTest.php View File

@@ -678,7 +678,7 @@ class AccessTest extends TestCase {
$this->groupMapper->expects($this->never())
->method('getNameByDN');

$this->connection->expects($this->exactly(2))
$this->connection->expects($this->exactly(3))
->method('writeToCache');

$groups = $this->access->fetchListOfGroups($filter, $attributes);

Loading…
Cancel
Save