summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>2020-01-23 15:05:27 +0100
committerKrzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>2020-01-23 15:05:27 +0100
commit82263f023487c1fc3e881f7a3f7050dda734a046 (patch)
treec2ebc80a863f70bbae7a576f5be3bb6ef2da90d6
parent044f47d64a1d9f958d1cd80be9b1fae44bbaf314 (diff)
Add teardown to pnf_registrate test cases
Issue-ID: INT-1407 Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> Change-Id: I4d5071741e98bf43f34ac99904104ecaa8997bd9
-rw-r--r--robot/resources/so/add_service_recipe.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/so/add_service_recipe.robot b/robot/resources/so/add_service_recipe.robot
index a5dca694..1e342873 100644
--- a/robot/resources/so/add_service_recipe.robot
+++ b/robot/resources/so/add_service_recipe.robot
@@ -56,4 +56,4 @@ Delete Service Recipe
[Arguments] ${service_id}
${auth}= Create List ${GLOBAL_SO_CATDB_USERNAME} ${GLOBAL_SO_PASSWORD}
${get_resp}= SO.Run Delete Request ${GLOBAL_SO_CATDB_ENDPOINT} ${SERVICE_RECIPE_PATH}/${service_id} auth=${auth}
- Should Be Equal As Strings ${get_resp.status_code} 201 \ No newline at end of file
+ Should Be Equal As Strings ${get_resp.status_code} 204 \ No newline at end of file