aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/test_volume_module_naming.py
diff options
context:
space:
mode:
authorLovett, Trevor <trevor.lovett@att.com>2019-12-03 15:18:03 -0600
committerLovett, Trevor (tl2972) <tl2972@att.com>2019-12-04 14:03:02 -0600
commit079622e0b69ec1e5c50af08c8312937609929233 (patch)
tree617cad5ce13fa7f258cb054d5c0cf1cf37eb028c /ice_validator/tests/test_volume_module_naming.py
parent74436fb509d03ea56feb50afa083c9c393fd95c5 (diff)
[VVP] Support pluggable data sources for preload data
Change-Id: Ia7fcfa25203a93eac93381f472e3ba1e6c11235f Issue-ID: VVP-339 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
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