diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-05-22 18:07:25 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-08-10 00:28:44 +0200 |
commit | 59e35e3bf7fc46980bd6d415e1a56c6be81c6899 (patch) | |
tree | b7151ffc796f38576feaafd760a500139399d3ea /build/integration/ldap_features/ldap-openldap.feature | |
parent | b069b132267aee0f34da5bf16c828de66ec518ed (diff) | |
download | nextcloud-server-59e35e3bf7fc46980bd6d415e1a56c6be81c6899.tar.gz nextcloud-server-59e35e3bf7fc46980bd6d415e1a56c6be81c6899.zip |
tests for user storage location
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'build/integration/ldap_features/ldap-openldap.feature')
-rw-r--r-- | build/integration/ldap_features/ldap-openldap.feature | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/integration/ldap_features/ldap-openldap.feature b/build/integration/ldap_features/ldap-openldap.feature index 299142cfedc..4c507e74595 100644 --- a/build/integration/ldap_features/ldap-openldap.feature +++ b/build/integration/ldap_features/ldap-openldap.feature @@ -37,8 +37,8 @@ Feature: LDAP And sending "GET" to "/cloud/users?search=alice" Then the OCS status code should be "200" And looking up details for the first result matches expectations - | email | alice@nextcloud.ci | - | displayname | Alice | + | email | alice@nextcloud.ci | + | displayname | Alice | Scenario: Test group filter with one specific group Given modify LDAP configuration |