Fix: Se elimina simple_invoice arg
This commit is contained in:
		| @@ -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( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user