diff --git a/tests/Feature/GithubAppWebhookEventsSyncTest.php b/tests/Feature/GithubAppWebhookEventsSyncTest.php index 14bb2bd74..a5a860867 100644 --- a/tests/Feature/GithubAppWebhookEventsSyncTest.php +++ b/tests/Feature/GithubAppWebhookEventsSyncTest.php @@ -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([]);