From 14f7790574a7bb1f8eda775b823afc208e5db417 Mon Sep 17 00:00:00 2001 From: Roman Perekhod Date: Fri, 17 Nov 2023 13:24:45 +0100 Subject: [PATCH] update the tests --- tests/acceptance/features/apiDepthInfinity/propfind.feature | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/acceptance/features/apiDepthInfinity/propfind.feature b/tests/acceptance/features/apiDepthInfinity/propfind.feature index 3f1279770..6e7be9e9f 100644 --- a/tests/acceptance/features/apiDepthInfinity/propfind.feature +++ b/tests/acceptance/features/apiDepthInfinity/propfind.feature @@ -73,7 +73,10 @@ Feature: PROPFIND with depth:infinity Scenario: get the list of resources in a folder shared through public link with depth infinity Given using new DAV path - And the config "OCIS_SHARING_PUBLIC_SHARE_MUST_HAVE_PASSWORD" has been set to "false" + And the following configs have been set: + | config | value | + | OCDAV_ALLOW_PROPFIND_DEPTH_INFINITY | true | + | OCIS_SHARING_PUBLIC_SHARE_MUST_HAVE_PASSWORD | false | And user "Alice" has created a public link share of folder "simple-folder" When the public lists the resources in the last created public link with depth "infinity" using the WebDAV API Then the HTTP status code should be "207"