diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2019-06-03 15:24:26 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2019-06-14 06:23:58 +0200 |
commit | 437b33ff63c5c9799bc9147499e5d8e71745c7ec (patch) | |
tree | 69a7ca61c94b3c7bc322cb153de986f6c0e3dc08 /build/integration/config | |
parent | 85767660baa8b9e686303b091da8c96b13345f86 (diff) | |
download | nextcloud-server-437b33ff63c5c9799bc9147499e5d8e71745c7ec.tar.gz nextcloud-server-437b33ff63c5c9799bc9147499e5d8e71745c7ec.zip |
add LDAP integr. test for receiving share candidates with group limitation
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'build/integration/config')
-rw-r--r-- | build/integration/config/behat.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/config/behat.yml b/build/integration/config/behat.yml index 7fd3686b8bb..51b749360e3 100644 --- a/build/integration/config/behat.yml +++ b/build/integration/config/behat.yml @@ -84,7 +84,7 @@ default: admin: - admin - admin - regular_user_password: what_for + regular_user_password: 123456 remoteapi: paths: - "%paths.base%/../remoteapi_features" |