diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-10-21 10:03:48 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-10-21 10:03:48 +0200 |
commit | 8dcef4fb597eab2802f44c9634ef205cb876143b (patch) | |
tree | 69ed7720cbc928a9081a883a2ea1b4c18dc730d7 /build | |
parent | fc75993f8f0c16671023f630c2181d7509d40cb1 (diff) | |
download | nextcloud-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.feature | 2 |
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" |