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"