]>
BookStack Code Mirror - bookstack/blobdiff - tests/Actions/WebhookManagementTest.php
projects
/
bookstack
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added additional testing for editor switching permissions
[bookstack]
/
tests
/
Actions
/
WebhookManagementTest.php
diff --git
a/tests/Actions/WebhookManagementTest.php
b/tests/Actions/WebhookManagementTest.php
index 6eb32871411776e3ebb8f749353fa6d9929aca5d..1fbf9b7a962fcd71c3b8898ecd6bcecb35d2abd8 100644
(file)
--- 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');