mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00: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:
parent
5c50ab6162
commit
8f03e5058d
1 changed files with 1 additions and 1 deletions
|
|
@ -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([]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue