Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashu11-A committed Mar 3, 2024
1 parent 0c80271 commit e785a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Traits/Http/IntegrationJsonRequestAssertions.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function assertAccessDeniedJson(TestResponse $response): void
[
'code' => 'AccessDeniedHttpException',
'status' => '403',
'detail' => 'Essa ação não está autorizada.',
'detail' => 'This action is unauthorized.',
],
],
], true);
Expand Down

0 comments on commit e785a1d

Please sign in to comment.