diff options
author | Lovett, Trevor <trevor.lovett@att.com> | 2019-02-20 15:20:16 -0600 |
---|---|---|
committer | Lovett, Trevor (tl2972) <tl2972@att.com> | 2019-02-20 15:20:16 -0600 |
commit | 6514c64020adb013ad383521391576bc5495cca7 (patch) | |
tree | 625481332c63651557ff293358f25ec0f1b616af /ice_validator/tests | |
parent | 55017995e7e5101929c79a5cd1450747d054edce (diff) |
[VVP] Fix error msg on test_network_format
Change-Id: I945f7f56c9457ec49f10cebe0fc45bbc1a2e7129
Issue-ID: VVP-174
Signed-off-by: Lovett, Trevor (tl2972) <tl2972@att.com>
Diffstat (limited to 'ice_validator/tests')
-rw-r--r-- | ice_validator/tests/test_network_format.py | 2 |
1 files changed, 1 insertions, 1 deletions
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)) ) |