X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ice_validator%2Ftests%2Ftest_volume_module_naming.py;fp=ice_validator%2Ftests%2Ftest_volume_module_naming.py;h=459c132c9d3ddb98f2aa8ce81c38ea93d0fd4972;hb=ed4e48f967b1fccdd3fb142c0a166ee04ad6c2b0;hp=fdd48941247d6aab16f3ea91b0868c75d97a3212;hpb=7446edea30648a386343237f7adfd1a308740265;p=vvp%2Fvalidation-scripts.git diff --git a/ice_validator/tests/test_volume_module_naming.py b/ice_validator/tests/test_volume_module_naming.py index fdd4894..459c132 100644 --- a/ice_validator/tests/test_volume_module_naming.py +++ b/ice_validator/tests/test_volume_module_naming.py @@ -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