Merge pull request #55136 from nextcloud/test/integration/ocs-permission-check

pull/53919/head
Kate 3 weeks ago committed by GitHub
commit 1f46274c4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      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"

Loading…
Cancel
Save