mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Add additional test for accessing DAV using Bearer Auth
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
f2a01e1b08
commit
538112181f
1 changed files with 4 additions and 0 deletions
|
|
@ -53,6 +53,10 @@ Feature: auth
|
|||
When requesting "/remote.php/webdav" with "PROPFIND" using restricted basic token auth
|
||||
Then the HTTP status code should be "207"
|
||||
|
||||
Scenario: using WebDAV with restricted basic token auth
|
||||
When requesting "/remote.php/webdav" with "PROPFIND" using an unrestricted client token
|
||||
Then the HTTP status code should be "207"
|
||||
|
||||
Scenario: using WebDAV with browser session
|
||||
Given a new browser session is started
|
||||
When requesting "/remote.php/webdav" with "PROPFIND" using browser session
|
||||
|
|
|
|||
Loading…
Reference in a new issue