remove outdated scenario

covered by "Delete a non-existing configuration"

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2017-01-20 23:41:20 +01:00
parent 91ed70f094
commit 680fef76f8
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with 0 additions and 6 deletions

View File

@ -15,12 +15,6 @@ Feature: LDAP
Then the OCS status code should be "404" Then the OCS status code should be "404"
And the HTTP status code should be "404" And the HTTP status code should be "404"
Scenario: Delete an invalid configuration
Given As an "admin"
When sending "DELETE" to "/apps/user_ldap/api/v1/config/hack0r"
Then the OCS status code should be "400"
And the HTTP status code should be "400"
Scenario: Create and delete a configuration Scenario: Create and delete a configuration
Given As an "admin" Given As an "admin"
And creating an LDAP configuration at "/apps/user_ldap/api/v1/config" And creating an LDAP configuration at "/apps/user_ldap/api/v1/config"