From 48d81ca1950f5ab2285f8bf47dec7cb7c5ab0fad Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 17 Jul 2019 13:36:59 +0200 Subject: [PATCH] the behaviour was changed on NC server and also backported * https://github.com/nextcloud/server/pull/16183 Signed-off-by: Arthur Schiwon --- tests/integration/features/user.feature | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/integration/features/user.feature b/tests/integration/features/user.feature index a6f48bf7..a1c03fab 100644 --- a/tests/integration/features/user.feature +++ b/tests/integration/features/user.feature @@ -70,9 +70,8 @@ Feature: user | userid | | | password | 123456 | | email | foo@bar.foobar | - Then the OCS status code should be "109" - And the HTTP status code should be "400" - # because we cannot send email here, we'll get this error === success + Then the OCS status code should be "200" + And the HTTP status code should be "200" # requires NC 17 Scenario: create a new user with dynamic user id, forgot email