aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/test_volume_module_naming.py
diff options
context:
space:
mode:
authorsteven stark <steven.stark@att.com>2019-12-04 21:35:38 +0000
committerGerrit Code Review <gerrit@onap.org>2019-12-04 21:35:38 +0000
commited4e48f967b1fccdd3fb142c0a166ee04ad6c2b0 (patch)
tree15b7c90c21f322bac8d858bc4ac3acc1175a189a /ice_validator/tests/test_volume_module_naming.py
parent7446edea30648a386343237f7adfd1a308740265 (diff)
parent079622e0b69ec1e5c50af08c8312937609929233 (diff)
Merge "[VVP] Support pluggable data sources for preload data"
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