diff options
Diffstat (limited to 'build/integration/features/auth.feature')
-rw-r--r-- | build/integration/features/auth.feature | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/integration/features/auth.feature b/build/integration/features/auth.feature index b9f423a9e93..edcca4bcd4e 100644 --- a/build/integration/features/auth.feature +++ b/build/integration/features/auth.feature @@ -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 |