BDD Test update 65/57165/2
authorsiddharth0905 <siddharth.singh4@amdocs.com>
Mon, 23 Jul 2018 13:55:06 +0000 (19:25 +0530)
committerVitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com>
Mon, 23 Jul 2018 17:01:04 +0000 (17:01 +0000)
Changed error response code

Change-Id: I688e0c32a3c6fbadadd43cb8d77760a4435e53b6
Issue-ID: SDC-1496
Signed-off-by: siddharth0905 <siddharth.singh4@amdocs.com>
openecomp-bdd/features/Onboarding/DeleteItem/DeleteVLMDraft.feature
openecomp-bdd/features/Onboarding/DeleteItem/DeleteVSPDraft.feature

index c9a7ed7..ad8bec5 100644 (file)
@@ -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"
 
 
index aade3bf..5248131 100644 (file)
@@ -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"