Convert SFC checks from python2 to python3
[integration/test.git] / csit / suites / sfc / SFC_Basic / 140__sfc_service_function_classifier.robot
index d2a2beb5d664412a7c9f4a221e39abf5d3e1e000..5f2a98c8ff3182303e706d10856091e041f654fc 100644 (file)
@@ -56,4 +56,4 @@ Delete a Classifier
     Remove All Elements At URI    ${SERVICE_CLASSIFIERS_URI}/service-function-classifier/Classifier1
     ${resp}    RequestsLibrary.Get Request    session    ${SERVICE_CLASSIFIERS_URI}
     Should Contain    ${ALLOWED_STATUS_CODES}    ${resp.status_code}
-    Should Not Contain    ${resp.content}    Classifier1
+    Should Not Contain    ${resp.text}    Classifier1