From ea786a35a63fcc85d8487901eeec1f88b6fda078 Mon Sep 17 00:00:00 2001
From: Roeland Jago Douma <roeland@famdouma.nl>
Date: Thu, 27 Oct 2016 20:40:03 +0200
Subject: [PATCH] Fix intergration tests

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
---
 build/integration/features/sharing-v1.feature | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab