Skip to content

Commit

Permalink
fixup! fix: remove group exist cache in fetchListOfGroups
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
  • Loading branch information
kesselb committed Aug 8, 2024
1 parent 7ef425b commit 7418cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/user_ldap/tests/AccessTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ public function testFetchListOfGroupsKnown() {
$this->groupMapper->expects($this->never())
->method('getNameByDN');

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

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

0 comments on commit 7418cfe

Please sign in to comment.