Fix: Delete escribir archivo para ver salida

This commit is contained in:
Rodia 2025-01-01 18:39:22 -05:00
parent 25c5fda3f0
commit 7672ae4b7f

View File

@ -130,6 +130,3 @@ def test_xml_signature_timestamp(monkeypatch):
xmlstring = xml.tostring()
signer = fe.DianXMLExtensionSigner('./tests/example.p12')
xmlsigned = signer.sign_xml_string(xmlstring)
with open('invoice.xml', 'w') as file_:
file_.write(xmlsigned)