diff --git a/tests/test_mdto_xsd.py b/tests/test_mdto_xsd.py index 9e3a6e9..62f3b1f 100644 --- a/tests/test_mdto_xsd.py +++ b/tests/test_mdto_xsd.py @@ -12,7 +12,7 @@ def test_informatieobject_xml_validity(mdto_xsd): mdto_xsd_str = f.read() utf8 = b'\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",