aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/test_non_server_name.py
diff options
context:
space:
mode:
authorLovett, Trevor <trevor.lovett@att.com>2019-07-19 09:32:39 -0500
committerLovett, Trevor (tl2972) <tl2972@att.com>2019-07-19 09:34:15 -0500
commitddba4856fc7e3d844e9e763d44ce97207a1f23bd (patch)
tree18c6e46dcaaf841703b89488e45165375f87c3d6 /ice_validator/tests/test_non_server_name.py
parent00e83976dee5a13819b10a721f0a6de29ec1ab1b (diff)
[VVP] Properly escape error messages in HTML output
Issue-ID: VVP-159 Change-Id: I741e5abbc80fbcbbb5d7c0332e13217305532bfd Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
Diffstat (limited to 'ice_validator/tests/test_non_server_name.py')
-rw-r--r--ice_validator/tests/test_non_server_name.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice_validator/tests/test_non_server_name.py b/ice_validator/tests/test_non_server_name.py
index 7264ad0..7139c9b 100644
--- a/ice_validator/tests/test_non_server_name.py
+++ b/ice_validator/tests/test_non_server_name.py
@@ -167,4 +167,4 @@ def test_non_server_name_unique(heat_template):
assert not bad, "Names must be unique," " not shared across resource ids.%s%s" % (
delim,
delim.join("%s: %s" % (name, list(value)) for name, value in bad.items()),
- ) \ No newline at end of file
+ )