diff options
author | Julius Härtl <jus@bitgrid.net> | 2020-04-23 16:22:48 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2020-05-26 11:28:42 +0200 |
commit | 4b7b102761007c1cdf10d5f9420b16a8bab81fbf (patch) | |
tree | 1b25579adc32a8fd93a9f86f75cd7b47497ea389 | |
parent | a8229421df8a6e4e5b5aa8295b917ec1ca0d3103 (diff) | |
download | nextcloud-server-4b7b102761007c1cdf10d5f9420b16a8bab81fbf.tar.gz nextcloud-server-4b7b102761007c1cdf10d5f9420b16a8bab81fbf.zip |
Adjust integration tests to new permissions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-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 | |