Browse Source

remove unneeded steps

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
pull/1829/head
Morris Jobke 9 years ago
parent
commit
8dcef4fb59
No known key found for this signature in database GPG Key ID: 9CE5ED29E7FCD38A
  1. 2
      build/integration/features/provisioning-v1.feature

2
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"

Loading…
Cancel
Save