diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-05-18 20:34:48 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2017-05-18 20:49:11 +0200 |
commit | 538112181fb2264bddb8898e2e52587b90d885f5 (patch) | |
tree | 9ac905daf21dbdb4fce36464f5a8c56b3cf32cdd /build/integration | |
parent | f2a01e1b0881e6a198a75d3e9b08c229d39f1e17 (diff) | |
download | nextcloud-server-538112181fb2264bddb8898e2e52587b90d885f5.tar.gz nextcloud-server-538112181fb2264bddb8898e2e52587b90d885f5.zip |
Add additional test for accessing DAV using Bearer Auth
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'build/integration')
-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 |