Update heal tests to use new NF and NS packages without charms
[osm/tests.git] / robot-systest / testsuite / basic_21-support_of_volumes.robot
index c8918a6..d4af7b5 100644 (file)
@@ -75,7 +75,7 @@ Get NS Id
     [Documentation]   Get NS identifier and stores as suite variable to be used later on.
     [Tags]   verify   cleanup
     ${variables}=   Get Variables
-    IF   not "\${ns_id}" in ${variables}
+    IF   not "\${ns_id}" in "${variables}"
         ${id}=   Get Ns Id   ${NS_NAME}
         Set Suite Variable   ${NS_ID}   ${id}
     END