From 4a693208b7513bc0b9f64ed7bacba70d4813b5f5 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 3c2945e3ad443..1fe545ed1a80b 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"