X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/d0de4fd8f9076119e5c06b5ba3887f16ff4b6b64..refs/pull/3387/head:/tests/Actions/WebhookManagementTest.php diff --git a/tests/Actions/WebhookManagementTest.php b/tests/Actions/WebhookManagementTest.php index 6eb328714..1fbf9b7a9 100644 --- a/tests/Actions/WebhookManagementTest.php +++ b/tests/Actions/WebhookManagementTest.php @@ -84,7 +84,7 @@ class WebhookManagementTest extends TestCase 'endpoint' => 'https://example.com/updated-webhook', 'events' => [ActivityType::PAGE_CREATE, ActivityType::PAGE_UPDATE], 'active' => 'true', - 'timeout' => 5 + 'timeout' => 5, ]); $resp->assertRedirect('/settings/webhooks');