From 46b073d7ce49d9797caf29522358562179846abd Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 3 Dec 2020 11:12:41 +0100 Subject: Add a config for default region of phone numbers Signed-off-by: Joas Schilling --- build/integration/features/provisioning-v1.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/integration/features') diff --git a/build/integration/features/provisioning-v1.feature b/build/integration/features/provisioning-v1.feature index eefaa574e03..123e58a869c 100644 --- a/build/integration/features/provisioning-v1.feature +++ b/build/integration/features/provisioning-v1.feature @@ -76,7 +76,7 @@ Feature: provisioning And the HTTP status code should be "200" And sending "PUT" to "/cloud/users/brand-new-user" with | key | phone | - | value | 0711 / 25 24 28-90 | + | value | +49 711 / 25 24 28-90 | And the OCS status code should be "100" And the HTTP status code should be "200" And sending "PUT" to "/cloud/users/brand-new-user" with @@ -108,7 +108,7 @@ Feature: provisioning And user "phone-user" exists And sending "PUT" to "/cloud/users/phone-user" with | key | phone | - | value | 0711 / 25 24 28-90 | + | value | +49 711 / 25 24 28-90 | And the OCS status code should be "100" And the HTTP status code should be "200" Then search users by phone for region "DE" with -- cgit v1.2.3