Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-03-26 21:04:32 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-04-05 18:11:41 +0300
commit762002ec2eead8e282b671473a92c597a65b75e9 (patch)
treea15c4f5bef09f478cfc6a720f971c4e5f7f6dbdb /build/integration
parentc103aaaf255158a5f3a87967998fa7424405bcd7 (diff)
Fixed tests
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'build/integration')
-rw-r--r--build/integration/features/provisioning-v1.feature4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/integration/features/provisioning-v1.feature b/build/integration/features/provisioning-v1.feature
index 84e2e30baa1..647bcb1704b 100644
--- a/build/integration/features/provisioning-v1.feature
+++ b/build/integration/features/provisioning-v1.feature
@@ -5,7 +5,7 @@ Feature: provisioning
Scenario: Getting an not existing user
Given As an "admin"
When sending "GET" to "/cloud/users/test"
- Then the OCS status code should be "998"
+ Then the OCS status code should be "404"
And the HTTP status code should be "200"
Scenario: Listing all users
@@ -264,7 +264,7 @@ Feature: provisioning
And user "not-user" does not exist
And group "new-group" exists
When sending "GET" to "/cloud/users/not-user/subadmins"
- Then the OCS status code should be "101"
+ Then the OCS status code should be "404"
And the HTTP status code should be "200"
Scenario: Getting subadmin users of a group