diff --git a/build/integration/features/bootstrap/Sharing.php b/build/integration/features/bootstrap/Sharing.php
index abbac030e3b94739e336422a178b02dedb401baa..4e62ea73c5d05be954ab276f398917c988a95877 100644
--- a/build/integration/features/bootstrap/Sharing.php
+++ b/build/integration/features/bootstrap/Sharing.php
@@ -218,8 +218,6 @@ trait Sharing {
 		} catch (\GuzzleHttp\Exception\ClientException $ex) {
 			$this->response = $ex->getResponse();
 		}
-
-		Assert::assertEquals(200, $this->response->getStatusCode());
 	}
 
 	public function createShare($user,
diff --git a/build/integration/sharing_features/sharing-v1-part2.feature b/build/integration/sharing_features/sharing-v1-part2.feature
index 9fbb4cda9479a312445d339dcf76dce2a82cb40c..8127e892593fc39af3b4879ee6ceeace650b887b 100644
--- a/build/integration/sharing_features/sharing-v1-part2.feature
+++ b/build/integration/sharing_features/sharing-v1-part2.feature
@@ -455,6 +455,7 @@ Feature: sharing
     When Updating last share with
       | permissions | 1 |
     Then the OCS status code should be "100"
+    And the HTTP status code should be "200"
 
   Scenario: Do not allow reshare to exceed permissions
     Given user "user0" exists
@@ -476,6 +477,7 @@ Feature: sharing
     When Updating last share with
       | permissions | 31 |
     Then the OCS status code should be "404"
+    And the HTTP status code should be "200"
 
   Scenario: Do not allow sub reshare to exceed permissions
     Given user "user0" exists
@@ -498,6 +500,7 @@ Feature: sharing
     When Updating last share with
       | permissions | 31 |
     Then the OCS status code should be "404"
+    And the HTTP status code should be "200"
 
   Scenario: Only allow 1 link share per file/folder
     Given user "user0" exists
diff --git a/build/integration/sharing_features/sharing-v1.feature b/build/integration/sharing_features/sharing-v1.feature
index dd5cc9fff4f8bd151cebe29ed4400063ce0de3b0..37c411d987b917211071f0bb88dca8f3ae09e25d 100644
--- a/build/integration/sharing_features/sharing-v1.feature
+++ b/build/integration/sharing_features/sharing-v1.feature
@@ -118,6 +118,7 @@ Feature: sharing
     And Updating last share with
       | expireDate | +3 days |
     And the OCS status code should be "100"
+    And the HTTP status code should be "200"
     And Getting info of last share 
     Then the OCS status code should be "100"
     And the HTTP status code should be "200"
@@ -150,6 +151,7 @@ Feature: sharing
     And Updating last share with 
       | password | publicpw |
     And the OCS status code should be "100"
+    And the HTTP status code should be "200"
     And Getting info of last share 
     Then the OCS status code should be "100"
     And the HTTP status code should be "200"
@@ -181,6 +183,7 @@ Feature: sharing
     And Updating last share with
       | permissions | 7 |
     And the OCS status code should be "100"
+    And the HTTP status code should be "200"
     And Getting info of last share 
     Then the OCS status code should be "100"
     And the HTTP status code should be "200"
@@ -212,6 +215,7 @@ Feature: sharing
     And Updating last share with
       | permissions | 4 |
     And the OCS status code should be "100"
+    And the HTTP status code should be "200"
     And Getting info of last share
     Then the OCS status code should be "100"
     And the HTTP status code should be "200"
@@ -243,6 +247,7 @@ Feature: sharing
     And Updating last share with
       | publicUpload | true |
     And the OCS status code should be "100"
+    And the HTTP status code should be "200"
     And Getting info of last share 
     Then the OCS status code should be "100"
     And the HTTP status code should be "200"