diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-11-01 09:58:28 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-11-01 11:31:41 +0100 |
commit | e94ee7cbca317cba64b8194010c677f0e69d0a70 (patch) | |
tree | 9d818fa741f3d6c6cff1885407431de47369c8de /build | |
parent | 6e564063a347e3b06d9aa7c169be1a443f72dc24 (diff) | |
download | nextcloud-server-e94ee7cbca317cba64b8194010c677f0e69d0a70.tar.gz nextcloud-server-e94ee7cbca317cba64b8194010c677f0e69d0a70.zip |
Fix tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/features/webdav-related.feature | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/integration/features/webdav-related.feature b/build/integration/features/webdav-related.feature index 77fe811fada..a5fd8140518 100644 --- a/build/integration/features/webdav-related.feature +++ b/build/integration/features/webdav-related.feature @@ -8,7 +8,7 @@ Feature: webdav-related Then the HTTP status code should be "401" And there are no duplicate headers And The following headers should be set - |WWW-Authenticate|Basic realm="Nextcloud"| + |WWW-Authenticate|Basic realm="Nextcloud", charset="UTF-8"| Scenario: Unauthenticated call new dav path Given using new dav path @@ -16,7 +16,7 @@ Feature: webdav-related Then the HTTP status code should be "401" And there are no duplicate headers And The following headers should be set - |WWW-Authenticate|Basic realm="Nextcloud"| + |WWW-Authenticate|Basic realm="Nextcloud", charset="UTF-8"| Scenario: Moving a file Given using old dav path |