diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-01-20 23:41:20 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-01-20 23:41:20 +0100 |
commit | 680fef76f8f5e34d4c47bcaac40e746a9ac72202 (patch) | |
tree | 09dc4a23696fc588fde60853757b40588eb9b5c4 /build | |
parent | 91ed70f0942640bec10bc69a414525a8d1779f8a (diff) | |
download | nextcloud-server-680fef76f8f5e34d4c47bcaac40e746a9ac72202.tar.gz nextcloud-server-680fef76f8f5e34d4c47bcaac40e746a9ac72202.zip |
remove outdated scenario
covered by "Delete a non-existing configuration"
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/ldap_features/ldap-ocs.feature | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build/integration/ldap_features/ldap-ocs.feature b/build/integration/ldap_features/ldap-ocs.feature index 663bdcb56fd..a9ad0478702 100644 --- a/build/integration/ldap_features/ldap-ocs.feature +++ b/build/integration/ldap_features/ldap-ocs.feature @@ -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" |