Skip to content

Commit

Permalink
Correct permission list.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel committed Jun 26, 2024
1 parent eb37326 commit aebefae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/Functional/DeleteMediaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class DeleteMediaTest extends IslandoraFunctionalTestBase {
public function setUp(): void {
parent::setUp();

$permissions = ['create media', 'delete any media'];
$permissions = ['create media', 'delete any media', 'delete any file'];

// Create a test user.
$this->account = $this->createUser($permissions);
Expand Down

0 comments on commit aebefae

Please sign in to comment.