diff options
author | Roeland Jago Douma <rullzer@owncloud.com> | 2016-04-25 08:50:05 +0200 |
---|---|---|
committer | Roeland Jago Douma <rullzer@owncloud.com> | 2016-04-30 10:40:45 +0200 |
commit | 27c9d8a6901de8142c4f597d5c94503aca80e50b (patch) | |
tree | 292631a6a452c9215ebd81d60fcf9d9c983a71af /build | |
parent | 420b5273b19394b79f7d87cc6c10271f38a3d9d7 (diff) | |
download | nextcloud-server-27c9d8a6901de8142c4f597d5c94503aca80e50b.tar.gz nextcloud-server-27c9d8a6901de8142c4f597d5c94503aca80e50b.zip |
Not logged in is original calculated target
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/features/sharing-v1.feature | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/integration/features/sharing-v1.feature b/build/integration/features/sharing-v1.feature index 49c2dbf58c6..d67afede953 100644 --- a/build/integration/features/sharing-v1.feature +++ b/build/integration/features/sharing-v1.feature @@ -209,7 +209,7 @@ Feature: sharing When sending "GET" to "/apps/files_sharing/api/v1/shares" Then the OCS status code should be "100" And the HTTP status code should be "200" - And File "textfile0 (2).txt" should be included in the response + And File "textfile0.txt" should be included in the response Scenario: getting all shares of a user using another user Given user "user0" exists @@ -280,7 +280,7 @@ Feature: sharing | share_type | 0 | | share_with | user1 | | file_source | A_NUMBER | - | file_target | /textfile0 (2).txt | + | file_target | /textfile0.txt | | path | /textfile0.txt | | permissions | 19 | | stime | A_NUMBER | |