mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Applied latest styleCI changes
This commit is contained in:
@ -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');
|
||||
|
||||
|
Reference in New Issue
Block a user