yushijinhun 2019-05-19 15:09:21 +08:00
parent 74f56916ad
commit b9b99d822e
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4

View File

@ -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'),
]);
}
}