Fix: Se elimina simple_invoice arg
This commit is contained in:
parent
612aae1f86
commit
9b33b4486c
@ -11,7 +11,8 @@ import helpers
|
|||||||
|
|
||||||
from fixtures import simple_invoice
|
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')
|
doc = form_xml.AttachedDocument(simple_invoice, id='123')
|
||||||
xml = doc.toFachoXML()
|
xml = doc.toFachoXML()
|
||||||
assert xml.get_element_text(
|
assert xml.get_element_text(
|
||||||
|
Loading…
Reference in New Issue
Block a user