Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
rien333 committed Dec 12, 2024
1 parent 3d83f9a commit 01b0d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mdto_xsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def test_informatieobject_xml_validity(mdto_xsd):
mdto_xsd_str = f.read()

utf8 = b'<?xml version="1.0" encoding="UTF-8"?>\n'+mdto_xsd_str
mdto_schema = ET.XMLSchema(ET.fromstring(utf8.encode("utf-8")))
mdto_schema = ET.XMLSchema(ET.fromstring(utf8))
# create informatieobject
informatieobject = Informatieobject(
naam="Verlenen kapvergunning",
Expand Down

0 comments on commit 01b0d31

Please sign in to comment.