mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-29 03:23:45 +02:00
Reformat for csfixer
This commit is contained in:
@@ -65,7 +65,7 @@ class ExecuteScheduleTest extends ClientApiIntegrationTestCase
|
||||
'is_active' => false,
|
||||
]);
|
||||
|
||||
$response = $this->actingAs($user)->postJson($this->link($schedule, "/execute"));
|
||||
$response = $this->actingAs($user)->postJson($this->link($schedule, '/execute'));
|
||||
|
||||
$response->assertStatus(Response::HTTP_BAD_REQUEST);
|
||||
$response->assertJsonPath('errors.0.code', 'BadRequestHttpException');
|
||||
|
||||
Reference in New Issue
Block a user