Bearer comes first on the new endpoint

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
pull/4704/head
Lukas Reschke 9 years ago
parent 639ba526d0
commit b8de3f40ee
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
  1. 2
      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

Loading…
Cancel
Save