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
|
@ -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 New Issue