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:
authorJoas Schilling <coding@schilljs.com>2021-05-01 00:08:57 +0300
committerJoas Schilling <coding@schilljs.com>2021-05-12 09:02:53 +0300
commita2d5d2d613712bc50c4440d0986b8bc310a6a03f (patch)
tree063e2787b7575b3c49e2f376f9fedc2fc9666cac /build/integration
parent0599a8060ceb6518bb3981c88fc14f215d80f562 (diff)
Reply with UNAUTHORIZED like on APIs when login exception was thrown
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'build/integration')
-rw-r--r--build/integration/features/provisioning-v1.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/features/provisioning-v1.feature b/build/integration/features/provisioning-v1.feature
index 03aaad4b857..05eb550d98c 100644
--- a/build/integration/features/provisioning-v1.feature
+++ b/build/integration/features/provisioning-v1.feature
@@ -687,4 +687,4 @@ Feature: provisioning
And assure user "user0" is disabled
And As an "user0"
When sending "GET" with exact url to "/index.php/apps/files"
- And the HTTP status code should be "403"
+ And the HTTP status code should be "401"