Skip to content

Commit f3a19da

Browse files
jan-cernyMab879
andauthored
Update _posts/2022-10-24-xmldiff-unit-tests.md
Co-authored-by: Matthew Burket <m@tthewburket.com>
1 parent 9aecf2f commit f3a19da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2022-10-24-xmldiff-unit-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ An example of this is below:
1919
def test_group_to_xml_element(group_selinux):
2020
group_el = group_selinux.to_xml_element()
2121
assert group_el is not None
22-
assert group_el.tag == "{%s}Group" % XCCDF12_NS
22+
assert group_el.tag == {% raw %} "{%s}Group" % XCCDF12_NS {% endraw %}
2323
assert len(group_el.attrib) == 1
2424
assert group_el.get("id") == "xccdf_org.ssgproject.content_group_selinux"
2525
assert group_el.text is None

0 commit comments

Comments
 (0)