remove outdated scenario
covered by "Delete a non-existing configuration" Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
91ed70f094
commit
680fef76f8
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue