Skip to content

Commit

Permalink
fix test in zapier webhook tool
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonydevs17 committed Dec 16, 2024
1 parent d2dfa76 commit f065f25
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/tools/src/zapier-webhook/tool.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ describe('ZapierWebhook', () => {
'https://hooks.zapier.com/hooks/catch/123456/abcdef'
);
expect(capturedRequest.method).toBe('POST');
expect(capturedRequest.headers.get('Content-Type')).toBe(
'application/json'
);
const body = await capturedRequest.json();
expect(body).toEqual({
data: {
Expand Down

0 comments on commit f065f25

Please sign in to comment.