X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ice_validator%2Ftests%2Ftest_network_format.py;fp=ice_validator%2Ftests%2Ftest_network_format.py;h=9d3062adab6879bc4680c06545c7bbaa2777e67c;hb=6514c64020adb013ad383521391576bc5495cca7;hp=df49e669a90b5380931fcd0d60a85138722ad8f6;hpb=55017995e7e5101929c79a5cd1450747d054edce;p=vvp%2Fvalidation-scripts.git diff --git a/ice_validator/tests/test_network_format.py b/ice_validator/tests/test_network_format.py index df49e66..9d3062a 100644 --- a/ice_validator/tests/test_network_format.py +++ b/ice_validator/tests/test_network_format.py @@ -118,7 +118,7 @@ def test_network_resource_id_format(yaml_file): assert not set(invalid_networks), ( "Heat templates must only create internal networks " - "and follow format int_{network-role}_network" + "and follow format int_{{network-role}}_network" "{}".format(", ".join(invalid_networks)) )