From 29b4a825d19c4aab1a5d2c3f8da086704ea92e3c Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sun, 13 Nov 2022 23:38:04 +0100 Subject: [PATCH] test: add email recepients to request body --- backend/test/system/newman-system-tests.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/test/system/newman-system-tests.json b/backend/test/system/newman-system-tests.json index 89de258..d76abef 100644 --- a/backend/test/system/newman-system-tests.json +++ b/backend/test/system/newman-system-tests.json @@ -444,7 +444,7 @@ "header": [], "body": { "mode": "raw", - "raw": "{\n \"id\": \"test-share\",\n \"expiration\": \"1-day\",\n \"security\": {\n \"password\": \"share-password\",\n \"maxViews\": 1\n }\n}", + "raw": "{\n \"id\": \"test-share\",\n \"expiration\": \"1-day\",\n \"recipients\": [],\n \"security\": {\n \"password\": \"share-password\",\n \"maxViews\": 1\n }\n}", "options": { "raw": { "language": "json"