]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add additional test for accessing DAV using Bearer Auth
authorLukas Reschke <lukas@statuscode.ch>
Thu, 18 May 2017 18:34:48 +0000 (20:34 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Thu, 18 May 2017 18:49:11 +0000 (20:49 +0200)
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
build/integration/features/auth.feature

index b9f423a9e93b4de5363fe8eda7581020d8cefd82..edcca4bcd4eb90fe49b39e91b5854bcbd144f880 100644 (file)
@@ -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