[VVP] Support pluggable data sources for preload data
[vvp/validation-scripts.git] / ice_validator / tests / test_volume_module_naming.py
index 68c2158..459c132 100644 (file)
@@ -37,7 +37,7 @@
 import os
 
 from tests.helpers import validates
-from tests.parametrizers import get_nested_files
+from tests.utils.nested_files import get_nested_files
 from tests.structures import Heat, Resource
 
 
@@ -75,6 +75,6 @@ def test_detected_volume_module_follows_naming_convention(template_dir):
             errors.append(yaml_file)
         msg = (
             "Volume modules detected, but they do not follow the expected "
-            + " naming convention {{module_name}}_volume.[yaml|yml]: {}"
+            + " naming convention {{module_label}}_volume.[yaml|yml]: {}"
         ).format(", ".join(errors))
         assert not errors, msg