Skip to content

Commit

Permalink
[FIX] companywweb_payment_info - use valid french vat for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jdidderen-noviat committed Mar 17, 2024
1 parent 366a663 commit 736acc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion companyweb_payment_info/tests/test_cweb_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def test_upload_payment(self):
self.demo_user
)._cweb_payment_info_step1()

self.env.user.company_id.vat = "FR0835207216"
self.env.user.company_id.vat = "FR23334175221"

# UserError bad on users's company
with self.assertRaises(UserError):
Expand Down

0 comments on commit 736acc9

Please sign in to comment.