Skip to content

Commit 1f958f3

Browse files
committed
Remove unnecessary body content from 'Link takes priority over body field' test
1 parent 0912da8 commit 1f958f3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/services/bots/github-webhook/handlers/set_integration.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ describe('SetIntegration', () => {
7171
});
7272

7373
it('Link takes priority over body field', async () => {
74-
mockContext.payload.issue.body =
75-
'### Integration causing the issue\n\nRain bird\n\n### Link to integration documentation\n\nhttps://www.home-assistant.io/integrations/rainbird';
7674
getLabelResponse = { name: 'integration: rainbird' };
7775
let labelCheckCount = 0;
7876
mockContext = mockWebhookContext({

0 commit comments

Comments
 (0)