From: Roeland Jago Douma Date: Fri, 22 Jul 2016 06:27:16 +0000 (+0200) Subject: Fix intergration tests X-Git-Tag: v11.0RC2~967^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F522%2Fhead;p=nextcloud-server.git Fix intergration tests --- diff --git a/build/integration/features/provisioning-v1.feature b/build/integration/features/provisioning-v1.feature index 135c67dc3a6..487e025092b 100644 --- a/build/integration/features/provisioning-v1.feature +++ b/build/integration/features/provisioning-v1.feature @@ -508,6 +508,6 @@ Feature: provisioning And assure user "user0" is disabled And As an "user0" When sending "GET" to "/index.php/apps/files" - Then the OCS status code should be "999" - And the HTTP status code should be "200" + Then the OCS status code should be "997" + And the HTTP status code should be "401"