diff --git a/tests/ReportControllerTest.php b/tests/ReportControllerTest.php index 34a5704a..90a5f5d8 100644 --- a/tests/ReportControllerTest.php +++ b/tests/ReportControllerTest.php @@ -251,7 +251,7 @@ class ReportControllerTest extends TestCase $this->postJson('/admin/reports', ['id' => $report->id, 'action' => 'ban']) ->assertJson([ 'code' => 1, - 'message' => trans('admin.users.operations.no-permission'), + 'message' => trans('admin.users.operations.non-existent'), ]); } }