parent
74f56916ad
commit
b9b99d822e
|
|
@ -251,7 +251,7 @@ class ReportControllerTest extends TestCase
|
||||||
$this->postJson('/admin/reports', ['id' => $report->id, 'action' => 'ban'])
|
$this->postJson('/admin/reports', ['id' => $report->id, 'action' => 'ban'])
|
||||||
->assertJson([
|
->assertJson([
|
||||||
'code' => 1,
|
'code' => 1,
|
||||||
'message' => trans('admin.users.operations.no-permission'),
|
'message' => trans('admin.users.operations.non-existent'),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user