diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2019-10-25 17:02:05 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2019-10-26 14:22:17 +0200 |
commit | d0b205d0dd59152455a4942d1882c2198623956c (patch) | |
tree | 0f8764b6d585ccfea4acf7c4004f95ca3e0b16a6 /build/integration/sharing_features/sharing-v1.feature | |
parent | cc4362df4f09aa7f6ad75b5c30e8881122b543b1 (diff) | |
download | nextcloud-server-d0b205d0dd59152455a4942d1882c2198623956c.tar.gz nextcloud-server-d0b205d0dd59152455a4942d1882c2198623956c.zip |
Add more integration tests for getting shares
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'build/integration/sharing_features/sharing-v1.feature')
-rw-r--r-- | build/integration/sharing_features/sharing-v1.feature | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/integration/sharing_features/sharing-v1.feature b/build/integration/sharing_features/sharing-v1.feature index 81c96b8be5c..b655a835bd7 100644 --- a/build/integration/sharing_features/sharing-v1.feature +++ b/build/integration/sharing_features/sharing-v1.feature @@ -305,7 +305,7 @@ Feature: sharing And User "user2" should be included in the response And User "user3" should not be included in the response - Scenario: getting all shares of a file with a user with resharing rights + Scenario: getting all shares of a file with a user with resharing rights but not yourself Given user "user0" exists And user "user1" exists And user "user2" exists @@ -316,7 +316,7 @@ Feature: sharing When sending "GET" to "/apps/files_sharing/api/v1/shares?path=textfile0 (2).txt&reshares=true" Then the OCS status code should be "100" And the HTTP status code should be "200" - And User "user1" should be included in the response + And User "user1" should not be included in the response And User "user2" should be included in the response And User "user3" should not be included in the response |