Skip to content

Commit 512da02

Browse files
committed
[IMP] l10n_it_fatturapa_in: Remove tests dependency
Before this change, the test finds two different partners with two different commercial partners that are created by other tests so no supplier is assigned to the created bill
1 parent 4133f97 commit 512da02

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

l10n_it_fatturapa_in/tests/data/IT02780790107_11004_bank.xml renamed to l10n_it_fatturapa_in/tests/data/12818490968_11004_bank.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ xsi:schemaLocation="http://ivaservizi.agenziaentrate.gov.it/docs/xsd/fatture/v1.
88
<DatiTrasmissione>
99
<IdTrasmittente>
1010
<IdPaese>IT</IdPaese>
11-
<IdCodice>02780790107</IdCodice>
11+
<IdCodice>12818490968</IdCodice>
1212
</IdTrasmittente>
1313
<ProgressivoInvio>00001</ProgressivoInvio>
1414
<FormatoTrasmissione>FPA12</FormatoTrasmissione>
@@ -19,7 +19,7 @@ xsi:schemaLocation="http://ivaservizi.agenziaentrate.gov.it/docs/xsd/fatture/v1.
1919
<DatiAnagrafici>
2020
<IdFiscaleIVA>
2121
<IdPaese>IT</IdPaese>
22-
<IdCodice>02780790107</IdCodice>
22+
<IdCodice>12818490968</IdCodice>
2323
</IdFiscaleIVA>
2424
<Anagrafica>
2525
<Denominazione>SOCIETA' ALPHA SRL</Denominazione>

l10n_it_fatturapa_in/tests/test_import_fatturapa_xml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@ def test_xml_import_bank_overwrite(self):
10811081
}
10821082
]
10831083
)
1084-
self.run_wizard("test56", "IT02780790107_11004_bank.xml")
1084+
self.run_wizard("test56", "12818490968_11004_bank.xml")
10851085
self.assertEqual(bank.name, "Bank Test 001")
10861086

10871087
def test_01_xml_link(self):

0 commit comments

Comments
 (0)