Fix: Delete escribir archivo para ver salida
This commit is contained in:
parent
25c5fda3f0
commit
7672ae4b7f
@ -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)
|
Loading…
Reference in New Issue
Block a user