Convert SFC checks from python2 to python3
[integration/test.git] / csit / suites / sfc / SFC_Basic / 030__sfc_service_nodes.robot
index fa06ba19d65e6bd8d08d0a6f37dada93f85a56c2..cfefb342741e392d65cce6dc0b0cdb53b7c6ef6f 100644 (file)
@@ -51,7 +51,7 @@ Delete A Service Node
     Remove All Elements At URI    ${SERVICE_NODE_URI}/node-101
     ${resp}    RequestsLibrary.Get Request    session    ${SERVICE_NODES_URI}
     Should Contain    ${ALLOWED_STATUS_CODES}    ${resp.status_code}
-    Should Not Contain    ${resp.content}    node-101
+    Should Not Contain    ${resp.text}    node-101
 
 Delete A Non-existing Service Node
     [Documentation]    Delete A Non existing Service Node