diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-10-27 20:40:03 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-11-02 08:49:58 +0100 |
commit | ea786a35a63fcc85d8487901eeec1f88b6fda078 (patch) | |
tree | 33696888396b7aba7d3bc045f4ae8991c0f82042 /build | |
parent | e5bc45c34934ea16af622d5cafe5c4946f688c20 (diff) | |
download | nextcloud-server-ea786a35a63fcc85d8487901eeec1f88b6fda078.tar.gz nextcloud-server-ea786a35a63fcc85d8487901eeec1f88b6fda078.zip |
Fix intergration tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/features/sharing-v1.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/features/sharing-v1.feature b/build/integration/features/sharing-v1.feature index 07a59fd72b6..4d913876cc5 100644 --- a/build/integration/features/sharing-v1.feature +++ b/build/integration/features/sharing-v1.feature @@ -775,7 +775,7 @@ Feature: sharing | shareWith | group1 | When As an "user1" And Deleting last share - Then the OCS status code should be "404" + Then the OCS status code should be "100" And the HTTP status code should be "200" Scenario: Merging shares for recipient when shared from outside with group and member |