summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-10-21 10:03:48 +0200
committerMorris Jobke <hey@morrisjobke.de>2016-10-21 10:03:48 +0200
commit8dcef4fb597eab2802f44c9634ef205cb876143b (patch)
tree69ed7720cbc928a9081a883a2ea1b4c18dc730d7 /build
parentfc75993f8f0c16671023f630c2181d7509d40cb1 (diff)
downloadnextcloud-server-8dcef4fb597eab2802f44c9634ef205cb876143b.tar.gz
nextcloud-server-8dcef4fb597eab2802f44c9634ef205cb876143b.zip
remove unneeded steps
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'build')
-rw-r--r--build/integration/features/provisioning-v1.feature2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/integration/features/provisioning-v1.feature b/build/integration/features/provisioning-v1.feature
index 1cf50235f25..98bf321dc64 100644
--- a/build/integration/features/provisioning-v1.feature
+++ b/build/integration/features/provisioning-v1.feature
@@ -509,10 +509,8 @@ Feature: provisioning
Given As an "admin"
And user "user0" exists
And As an "user0"
- When sending "GET" to "/cloud/capabilities"
When sending "GET" with exact url to "/index.php/apps/files"
Then the HTTP status code should be "200"
- And the OCS status code should be "100"
Scenario: Making a ocs request with a disabled user
Given As an "admin"