]> source.dussan.org Git - nextcloud-server.git/commitdiff
Request a valid resource 1536/head
authorJoas Schilling <coding@schilljs.com>
Tue, 27 Sep 2016 09:50:46 +0000 (11:50 +0200)
committerJoas Schilling <coding@schilljs.com>
Tue, 27 Sep 2016 09:50:46 +0000 (11:50 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
build/integration/features/provisioning-v1.feature

index 79ec0cf4db5a23a54e1463111d32bba02839f751..eaec7c52ce3572bd10ba995850b9cbb10adb264a 100644 (file)
@@ -500,7 +500,7 @@ Feature: provisioning
            Given As an "admin"
                And user "user0" exists
                And As an "user0"
-               When sending "GET" to "/index.php/apps/files"
+               When sending "GET" to "/cloud/capabilities"
                Then the HTTP status code should be "200"
 
        Scenario: Making a web request with a disabled user
@@ -508,7 +508,6 @@ Feature: provisioning
                And user "user0" exists
                And assure user "user0" is disabled
                And As an "user0"
-               When sending "GET" to "/index.php/apps/files"
-               Then the OCS status code should be "999"
-       And the HTTP status code should be "200"
-
+               When sending "GET" to "/cloud/capabilities"
+               Then the OCS status code should be "997"
+               And the HTTP status code should be "401"