mirror of
https://github.com/coollabsio/coolify.git
synced 2026-09-25 07:50:35 -05:00
test(github): update webhook sync no-missing-events fixture
Adjust the test app webhook events to only include `push` so it matches the current expected event set in the no-patch scenario.
This commit is contained in:
@@ -94,7 +94,7 @@ it('auto-fixes missing events by patching github api', function () {
|
||||
|
||||
it('does not patch when no events are missing', function () {
|
||||
$app = setupGithubAppWithKey([
|
||||
'webhook_events' => ['push', 'installation'],
|
||||
'webhook_events' => ['push'],
|
||||
]);
|
||||
|
||||
expect($app->missingWebhookEvents())->toBe([]);
|
||||
|
||||
Reference in New Issue
Block a user