]> BookStack Code Mirror - bookstack/blobdiff - tests/Actions/WebhookManagementTest.php
Fixed failing test after drawio default url change
[bookstack] / tests / Actions / WebhookManagementTest.php
index 6eb32871411776e3ebb8f749353fa6d9929aca5d..1fbf9b7a962fcd71c3b8898ecd6bcecb35d2abd8 100644 (file)
@@ -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');