From: Lovett, Trevor Date: Wed, 20 Feb 2019 21:20:16 +0000 (-0600) Subject: [VVP] Fix error msg on test_network_format X-Git-Tag: 5.0.0~61 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vvp%2Fvalidation-scripts.git;a=commitdiff_plain;h=6514c64020adb013ad383521391576bc5495cca7 [VVP] Fix error msg on test_network_format Change-Id: I945f7f56c9457ec49f10cebe0fc45bbc1a2e7129 Issue-ID: VVP-174 Signed-off-by: Lovett, Trevor (tl2972) --- 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)) )