diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-04-11 19:27:39 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-08-09 23:45:11 +0200 |
commit | d1a8a909de471eab64bf5fac8d83a6c9fa812b33 (patch) | |
tree | 014fced09c432355daf82cc9c48d82ef2cae7637 /build | |
parent | 4e8db8aa11ebd075d4fe4b9b5d47bc9a17dcf8b6 (diff) | |
download | nextcloud-server-d1a8a909de471eab64bf5fac8d83a6c9fa812b33.tar.gz nextcloud-server-d1a8a909de471eab64bf5fac8d83a6c9fa812b33.zip |
login does not save the response
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/ldap_features/ldap-openldap.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/integration/ldap_features/ldap-openldap.feature b/build/integration/ldap_features/ldap-openldap.feature index b56f9eb2cae..13e011bb0c8 100644 --- a/build/integration/ldap_features/ldap-openldap.feature +++ b/build/integration/ldap_features/ldap-openldap.feature @@ -5,6 +5,7 @@ Feature: LDAP Scenario: Test valid configuration by logging in Given having a valid LDAP configuration When Logging in using web as "alice" + And Sending a "GET" to "/remote.php/webdav/welcome.txt" with requesttoken Then the HTTP status code should be "200" Scenario: Look for a known LDAP user |