We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ccfa6 commit a067a2eCopy full SHA for a067a2e
test/middleware.spec.ts
@@ -26,12 +26,16 @@ describe("middleware", () => {
26
groupId: "test_group_id",
27
type: "group",
28
},
29
+ webhookEventId: "test_webhook_event_id",
30
+ deliveryContext: {
31
+ isRedelivery: false,
32
+ },
33
timestamp: 0,
34
mode: "active",
35
type: "message",
36
};
37
const webhookSignature = {
- "X-Line-Signature": "GzU7H3qOXDzDD6cNcS/9otLzlLFxnYYriz62rNu5BDE=",
38
+ "X-Line-Signature": "Ey7AjSuSI2GfTDQHICAiRLLJ+GSMseISNYaQ6qXSjrU=",
39
40
41
const http = (headers: any = { ...webhookSignature }) =>
0 commit comments