diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-04-27 11:05:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-27 11:05:34 +0200 |
commit | 1738e17e204c813bc3ab970e18a94b415c41af41 (patch) | |
tree | 202f06b32ed14fe2a08ab446be9242ac15382bc3 /build/integration | |
parent | a64681a0fed38eb1652ddf3dd9aeeefb2a021f11 (diff) | |
parent | 7a9469f282471168a48acdcbed84579bd93efa43 (diff) | |
download | nextcloud-server-1738e17e204c813bc3ab970e18a94b415c41af41.tar.gz nextcloud-server-1738e17e204c813bc3ab970e18a94b415c41af41.zip |
Merge pull request #19793 from nextcloud/bugfix/noid/link-to-federated-reshare
Fix resharing of federated shares that were created out of links
Diffstat (limited to 'build/integration')
-rw-r--r-- | build/integration/sharing_features/sharing-v1.feature | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/integration/sharing_features/sharing-v1.feature b/build/integration/sharing_features/sharing-v1.feature index ec0381c09cd..eb8006e565b 100644 --- a/build/integration/sharing_features/sharing-v1.feature +++ b/build/integration/sharing_features/sharing-v1.feature @@ -91,7 +91,7 @@ Feature: sharing And the HTTP status code should be "200" And Share fields of last share match with | id | A_NUMBER | - | permissions | 15 | + | permissions | 31 | | expiration | +3 days | | url | AN_URL | | token | A_TOKEN | @@ -130,7 +130,7 @@ Feature: sharing | share_type | 3 | | file_source | A_NUMBER | | file_target | /FOLDER | - | permissions | 1 | + | permissions | 17 | | stime | A_NUMBER | | expiration | +3 days | | token | A_TOKEN | @@ -163,7 +163,7 @@ Feature: sharing | share_type | 3 | | file_source | A_NUMBER | | file_target | /FOLDER | - | permissions | 1 | + | permissions | 17 | | stime | A_NUMBER | | token | A_TOKEN | | storage | A_NUMBER | |