From b8de3f40ee8822cdd7e9d6fbf3f9983cc214d2e1 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Thu, 18 May 2017 21:57:07 +0200 Subject: [PATCH] Bearer comes first on the new endpoint Signed-off-by: Lukas Reschke --- build/integration/features/webdav-related.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/integration/features/webdav-related.feature b/build/integration/features/webdav-related.feature index 4279a155ceb..b4fd0511356 100644 --- a/build/integration/features/webdav-related.feature +++ b/build/integration/features/webdav-related.feature @@ -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", Bearer realm="Nextcloud"| + |WWW-Authenticate|Bearer realm="Nextcloud", Basic realm="Nextcloud"| Scenario: Moving a file Given using old dav path -- 2.39.5