diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2016-12-19 16:12:17 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-12-19 16:12:17 +0100 |
commit | 29a1ebc3627795a38d3149307d57b89488bcff0f (patch) | |
tree | 884b7c198649aaf63cb47b89e69340e14b957e29 /build | |
parent | 04cf77120cec24d011dccca9aaf312762b13678f (diff) | |
download | nextcloud-server-29a1ebc3627795a38d3149307d57b89488bcff0f.tar.gz nextcloud-server-29a1ebc3627795a38d3149307d57b89488bcff0f.zip |
Adjust integration test to Nextcloud branding
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
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 3a1b6fd93f2..c3aa6145527 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="ownCloud"| + |WWW-Authenticate|Basic realm="Nextcloud"| 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="ownCloud"| + |WWW-Authenticate|Basic realm="Nextcloud"| Scenario: Moving a file Given using old dav path |