Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elkuku committed Dec 28, 2024
1 parent f76c91d commit fa5687f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Controller/ControllerAdminAccessTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function testAllRoutesAreProtected(): void
/**
* @var \Symfony\Component\Security\Core\User\UserInterface $user
*/
$user = $userRepository->findOneBy(['identifier' => 'user']);
$user = $userRepository->findOneBy(['identifier' => 'admin']);
$client->loginUser($user);

$this->runTests($client);
Expand Down

0 comments on commit fa5687f

Please sign in to comment.