[VVP] Fix error msg on test_network_format 79/78879/1
authorLovett, Trevor <trevor.lovett@att.com>
Wed, 20 Feb 2019 21:20:16 +0000 (15:20 -0600)
committerLovett, Trevor (tl2972) <tl2972@att.com>
Wed, 20 Feb 2019 21:20:16 +0000 (15:20 -0600)
Change-Id: I945f7f56c9457ec49f10cebe0fc45bbc1a2e7129
Issue-ID: VVP-174
Signed-off-by: Lovett, Trevor (tl2972) <tl2972@att.com>
ice_validator/tests/test_network_format.py

index df49e66..9d3062a 100644 (file)
@@ -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))
     )