diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-07-22 08:27:16 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-07-22 13:37:32 +0200 |
commit | 67ce87dca718bb45764e85aaec58aa803b645154 (patch) | |
tree | 8a0b2b81ab234b70c4a7d924ba731e14f65cdddd /build | |
parent | 8ae49183c17ac5c0816ba61c1779e7a9a330d520 (diff) | |
download | nextcloud-server-67ce87dca718bb45764e85aaec58aa803b645154.tar.gz nextcloud-server-67ce87dca718bb45764e85aaec58aa803b645154.zip |
Fix intergration tests
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/features/provisioning-v1.feature | 4 |
1 files changed, 2 insertions, 2 deletions
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" |