mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Fix user_ldap tests now that list of groups gets cached
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
9e1dd52c99
commit
723c1b8adc
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue