mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
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
1 changed files with 0 additions and 6 deletions
|
|
@ -15,12 +15,6 @@ Feature: LDAP
|
|||
Then the OCS 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
|
||||
Given As an "admin"
|
||||
And creating an LDAP configuration at "/apps/user_ldap/api/v1/config"
|
||||
|
|
|
|||
Loading…
Reference in a new issue