Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed May 13, 2024
1 parent 013bd68 commit 4414516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lemarche/www/dashboard_siaes/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def setUpTestData(cls):
cls.user_buyer = UserFactory(kind=User.KIND_BUYER)
cls.user_partner = UserFactory(kind=User.KIND_PARTNER)
cls.user_admin = UserFactory(kind=User.KIND_ADMIN)
cls.siae_with_user = SiaeFactory()
cls.siae_with_user = SiaeFactory(brevo_company_id="123456")
cls.siae_with_user.users.add(cls.user_siae)
cls.siae_without_user = SiaeFactory()
TemplateTransactional.objects.create(code="SIAEUSERREQUEST_ASSIGNEE")
Expand Down

0 comments on commit 4414516

Please sign in to comment.