diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2019-01-28 14:19:31 +0100 |
---|---|---|
committer | Backportbot <backportbot-noreply@rullzer.com> | 2019-01-29 13:25:20 +0000 |
commit | fe1500ff36dbe7e60d0bb285a7eec9d7aac6c7a9 (patch) | |
tree | 2ce8cbf2e702cc9bfaf9559a11250a24125e0d51 /build | |
parent | 779fd2ea9cdf40bf0ee0666994c1d13fa6d7a3ea (diff) | |
download | nextcloud-server-fe1500ff36dbe7e60d0bb285a7eec9d7aac6c7a9.tar.gz nextcloud-server-fe1500ff36dbe7e60d0bb285a7eec9d7aac6c7a9.zip |
typo
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/ldap_features/ldap-openldap.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/ldap_features/ldap-openldap.feature b/build/integration/ldap_features/ldap-openldap.feature index 4c507e74595..4b0b02c5b4f 100644 --- a/build/integration/ldap_features/ldap-openldap.feature +++ b/build/integration/ldap_features/ldap-openldap.feature @@ -24,7 +24,7 @@ Feature: LDAP And Sending a "GET" to "/remote.php/webdav/welcome.txt" with requesttoken Then the HTTP status code should be "200" - Scenario: Test valid configuration with LDAP protoccol and port by logging in + Scenario: Test valid configuration with LDAP protocol and port by logging in Given modify LDAP configuration | ldapHost | ldap://openldap:389 | And cookies are reset |