Convert SFC checks from python2 to python3
[integration/test.git] / csit / suites / sfc / SFC_Basic / 120__sfc_service_function_acl.robot
index 137a1d9d09d7ec17b52754de6df3d7c2fb192b9d..f6e126942a5b198e50e7f012a5aca2dee86adebd 100644 (file)
@@ -56,4 +56,4 @@ Delete An ACL
     Remove All Elements At URI    ${SERVICE_FUNCTION_ACLS_URI}/acl/ietf-access-control-list:ipv4-acl/ACL1
     ${resp}    RequestsLibrary.Get Request    session    ${SERVICE_FUNCTION_ACLS_URI}
     Should Contain    ${ALLOWED_STATUS_CODES}    ${resp.status_code}
-    Should Not Contain    ${resp.content}    ACL1
+    Should Not Contain    ${resp.text}    ACL1