Skip to content

Commit

Permalink
Issue #56: Drop a cache flush in the test, it is not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
donquixote authored and AaronGilMartinez committed Nov 25, 2024
1 parent ddcbf3f commit 2a06c12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/src/Kernel/CollaboraMediaAccessTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ public function testAnonymousOwnAccess(): void {
'preview document in collabora',
'edit any document in collabora',
]);
drupal_flush_all_caches();
$this->assertCollaboraMediaAccess(
[
'published document' => ['preview', 'edit'],
Expand Down

0 comments on commit 2a06c12

Please sign in to comment.