Skip to content

Commit

Permalink
[FIX] l10n_br_nfe: nfce test csc vars have strict pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoParadeda committed Dec 12, 2024
1 parent 1cdcb81 commit 21eb15f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions l10n_br_nfe/tests/test_nfce.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ def setUp(self):
}
)
self.document_id.company_id.certificate_nfe_id = certificate_id
self.document_id.company_id.nfce_csc_token = "DUMMY"
self.document_id.company_id.nfce_csc_code = "DUMMY"
self.document_id.company_id.nfce_csc_token = "1"
self.document_id.company_id.nfce_csc_code = "1"

self.prepare_test_nfe(self.document_id)

Expand Down

0 comments on commit 21eb15f

Please sign in to comment.