Skip to content

Commit

Permalink
Merge PR OCA#3112 into 12.0
Browse files Browse the repository at this point in the history
Signed-off-by eLBati
  • Loading branch information
OCA-git-bot committed May 15, 2024
2 parents 492e3b1 + fd70178 commit d836291
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions l10n_it_fatturapa_pec/tests/test_e_invoice_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def test_process_response_ACCETTAZIONE(self):
def test_process_response_INVIO(self):
"""Receiving a 'Invio File' creates a new e-invoice"""
incoming_mail = self._get_file(
'POSTA CERTIFICATA: Invio File 7339338.txt')
'POSTA CERTIFICATA_ Invio File 7339338.txt')

e_invoices = self.attach_in_model.search([])

Expand Down Expand Up @@ -138,7 +138,7 @@ def test_process_response_INVIO_broken_XML(self):
"""Receiving a 'Invio File' with a broken XML sends an email
to e_inv_notify_partner_ids"""
incoming_mail = self._get_file(
'POSTA CERTIFICATA: Invio File 7339338 (broken XML).txt')
'POSTA CERTIFICATA_ Invio File 7339338 (broken XML).txt')
outbound_mail_model = self.env['mail.mail']
error_mail_domain = [
('body_html', 'like', 'unbound_prefix'),
Expand Down

0 comments on commit d836291

Please sign in to comment.