aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/test_volume_module_naming.py
diff options
context:
space:
mode:
Diffstat (limited to 'ice_validator/tests/test_volume_module_naming.py')
-rw-r--r--ice_validator/tests/test_volume_module_naming.py2
1 files changed, 1 insertions, 1 deletions
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