Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorisFokkinga authored and thijskh committed Dec 6, 2024
1 parent 1b1858b commit d4320d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function a_deny_policys_localized_deny_message_correctly_falls_back_to_th

$decision = PolicyDecision::fromResponse($response);

$expectedFallbackDenyMessage = 'Students do not have access to this resource';
$expectedFallbackDenyMessage = 'Students do not have access to this application';

$fallbackDenyMessage = $decision->getLocalizedDenyMessage('de', 'en');

Expand Down

0 comments on commit d4320d9

Please sign in to comment.