From 079622e0b69ec1e5c50af08c8312937609929233 Mon Sep 17 00:00:00 2001 From: "Lovett, Trevor" Date: Tue, 3 Dec 2019 15:18:03 -0600 Subject: [VVP] Support pluggable data sources for preload data Change-Id: Ia7fcfa25203a93eac93381f472e3ba1e6c11235f Issue-ID: VVP-339 Signed-off-by: Lovett, Trevor --- ice_validator/tests/test_volume_module_naming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ice_validator/tests/test_volume_module_naming.py') 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 -- cgit 1.2.3-korg