From 80f88cdc208ecb02ca550acc79c95211ea90a416 Mon Sep 17 00:00:00 2001 From: CamilleLegeron Date: Thu, 2 May 2024 10:47:48 +0200 Subject: [PATCH] test DocApi add authorization field --- test/server/lib/DocApi.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/server/lib/DocApi.ts b/test/server/lib/DocApi.ts index 156353f3..f01c5e67 100644 --- a/test/server/lib/DocApi.ts +++ b/test/server/lib/DocApi.ts @@ -4504,6 +4504,7 @@ function testDocApi() { id: first.webhookId, fields: { url: `${serving.url}/200`, + authorization: '', unsubscribeKey: first.unsubscribeKey, eventTypes: ['add', 'update'], enabled: true, @@ -4522,6 +4523,7 @@ function testDocApi() { id: second.webhookId, fields: { url: `${serving.url}/404`, + authorization: '', unsubscribeKey: second.unsubscribeKey, eventTypes: ['add', 'update'], enabled: true, @@ -4889,6 +4891,7 @@ function testDocApi() { const expectedFields = { url: `${serving.url}/foo`, + authorization: '', eventTypes: ['add'], isReadyColumn: 'B', tableId: 'Table1',