mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Adjust integration tests to new permissions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
1808cf93a2
commit
6941bbebbf
1 changed files with 3 additions and 3 deletions
|
|
@ -90,7 +90,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 |
|
||||
|
|
@ -128,7 +128,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 |
|
||||
|
|
@ -160,7 +160,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 |
|
||||
|
|
|
|||
Loading…
Reference in a new issue