Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorisFokkinga committed Dec 5, 2024
1 parent 5f6432b commit 6615256
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 6615256

Please sign in to comment.