Skip to content

Commit 27c82a9

Browse files
committed
Fix test
1 parent 4c3f6cd commit 27c82a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/wrapper/webhooks.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ describe("webhooks", () => {
7474
};
7575

7676
const signature = createWebhookSignature({
77-
payload: MOCK.payload,
77+
body: MOCK,
7878
secret: "secret",
7979
timestamp,
8080
});

0 commit comments

Comments
 (0)