mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
test(integration): Check ocs share permission for correct folder
Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
parent
706c78ff52
commit
d5c15d4d2f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue