From d5c15d4d2fb71428911df66709a3039a135ef5d7 Mon Sep 17 00:00:00 2001 From: provokateurin Date: Tue, 19 Aug 2025 09:42:03 +0200 Subject: [PATCH] test(integration): Check ocs share permission for correct folder Signed-off-by: provokateurin --- build/integration/sharing_features/sharing-v1-part3.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/integration/sharing_features/sharing-v1-part3.feature b/build/integration/sharing_features/sharing-v1-part3.feature index 3c2945e3ad4..1fe545ed1a8 100644 --- a/build/integration/sharing_features/sharing-v1-part3.feature +++ b/build/integration/sharing_features/sharing-v1-part3.feature @@ -46,7 +46,7 @@ Feature: sharing Scenario: Correct webdav share-permissions for owned folder Given user "user0" exists And user "user0" created a folder "/tmp" - When as "user0" gets properties of folder "/" with + When as "user0" gets properties of folder "/tmp" with |{http://open-collaboration-services.org/ns}share-permissions | Then the single response should contain a property "{http://open-collaboration-services.org/ns}share-permissions" with value "31"