From b9b99d822e4809ef6476ebcad83e449e095b6e4a Mon Sep 17 00:00:00 2001 From: yushijinhun Date: Sun, 19 May 2019 15:09:21 +0800 Subject: [PATCH] Fix test https://github.com/bs-community/blessing-skin-server/commit/e182bb2c8497ff1c29b8b681a79e48f8490a17dd#diff-26172a0152bcc5300c2e3286ff0d0947R253 --- tests/ReportControllerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), ]); } }