Added new CSIT test case for E2E Delete
[integration.git] / test / csit / tests / so / sanity-check / sanity_test_so.robot
index 0654145..7d6ddf3 100644 (file)
@@ -207,4 +207,4 @@ Delete E2EService with invalid input data
     ${data}=    Get Binary File     ${CURDIR}${/}data${/}deleteE2eserviceInvalid.json
     &{headers}=  Create Dictionary    Authorization=Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==    Content-Type=application/json    Accept=application/json
     ${resp}=    Delete Request    refrepo    /ecomp/mso/infra/e2eServiceInstances/v3/ff305d54-75b4-431b-adb2-eb6b9e5ff000    data=${data}    headers=${headers}
-    Run Keyword If  '${resp.status_code}' == '400' or '${resp.status_code}' == '404' or '${resp.status_code}' == '405'  log to console  \nexecuted with expected result
+    Run Keyword If  '${resp.status_code}' == '400' or '${resp.status_code}' == '404' or '${resp.status_code}' == '405'  log to console  \nexecuted with expected result
\ No newline at end of file