From: siddharth0905 Date: Mon, 23 Jul 2018 13:55:06 +0000 (+0530) Subject: BDD Test update X-Git-Tag: 1.3.0~233 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F65%2F57165%2F2;p=sdc.git BDD Test update Changed error response code Change-Id: I688e0c32a3c6fbadadd43cb8d77760a4435e53b6 Issue-ID: SDC-1496 Signed-off-by: siddharth0905 --- diff --git a/openecomp-bdd/features/Onboarding/DeleteItem/DeleteVLMDraft.feature b/openecomp-bdd/features/Onboarding/DeleteItem/DeleteVLMDraft.feature index c9a7ed7823..ad8bec50d3 100644 --- a/openecomp-bdd/features/Onboarding/DeleteItem/DeleteVLMDraft.feature +++ b/openecomp-bdd/features/Onboarding/DeleteItem/DeleteVLMDraft.feature @@ -15,7 +15,7 @@ Scenario: Delete VLM with only draft Then I want to delete this VLM - Then I want the following to fail with error code "GENERAL_ERROR_REST_ID" + Then I want the following to fail with error code "ENTITY_NOT_FOUND" Then I want to get path "/items/{item.id}/versions" diff --git a/openecomp-bdd/features/Onboarding/DeleteItem/DeleteVSPDraft.feature b/openecomp-bdd/features/Onboarding/DeleteItem/DeleteVSPDraft.feature index aade3bf383..5248131618 100644 --- a/openecomp-bdd/features/Onboarding/DeleteItem/DeleteVSPDraft.feature +++ b/openecomp-bdd/features/Onboarding/DeleteItem/DeleteVSPDraft.feature @@ -18,5 +18,5 @@ Feature: Delete VSP Certified Then I want to delete this VSP - Then I want the following to fail with error code "GENERAL_ERROR_REST_ID" + Then I want the following to fail with error code "ENTITY_NOT_FOUND" Then I want to get path "/items/{item.id}/versions"