From 680fef76f8f5e34d4c47bcaac40e746a9ac72202 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Fri, 20 Jan 2017 23:41:20 +0100 Subject: [PATCH] remove outdated scenario covered by "Delete a non-existing configuration" Signed-off-by: Arthur Schiwon --- build/integration/ldap_features/ldap-ocs.feature | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build/integration/ldap_features/ldap-ocs.feature b/build/integration/ldap_features/ldap-ocs.feature index 663bdcb56f..a9ad047870 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"