aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-x[-rw-r--r--]build/autoloaderchecker.sh0
-rw-r--r--build/integration/features/provisioning-v1.feature4
2 files changed, 2 insertions, 2 deletions
diff --git a/build/autoloaderchecker.sh b/build/autoloaderchecker.sh
index ffa157f6c80..ffa157f6c80 100644..100755
--- a/build/autoloaderchecker.sh
+++ b/build/autoloaderchecker.sh
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