diff options
Diffstat (limited to 'robot')
-rw-r--r-- | robot/resources/so/add_service_recipe.robot | 2 |
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 |