From 9b33b4486c847f8a72eb48662b82d5ad78c4ffec Mon Sep 17 00:00:00 2001 From: Rodia Date: Mon, 30 Dec 2024 11:01:22 -0500 Subject: [PATCH] Fix: Se elimina simple_invoice arg --- tests/test_attached_document.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_attached_document.py b/tests/test_attached_document.py index d0c90f2..32160b9 100644 --- a/tests/test_attached_document.py +++ b/tests/test_attached_document.py @@ -11,7 +11,8 @@ import helpers from fixtures import simple_invoice -def test_xml_with_required_elements(simple_invoice): + +def test_xml_with_required_elements(): doc = form_xml.AttachedDocument(simple_invoice, id='123') xml = doc.toFachoXML() assert xml.get_element_text(