Skip to content

Commit b613996

Browse files
committed
[IMP] mail_tracking_mass_mailing: pre-commit auto fixes
1 parent d3b106b commit b613996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mail_tracking_mass_mailing/tests/test_mass_mailing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def setUpClass(cls):
3636
"mailing_model_id": cls.env.ref(
3737
"mass_mailing.model_mailing_contact"
3838
).id,
39-
"mailing_domain": "[('list_ids', 'in', %d)]" % cls.list.id,
39+
"mailing_domain": f"[('list_ids', 'in', {cls.list.id})]",
4040
"contact_list_ids": [(6, False, [cls.list.id])],
4141
"body_html": "<p>Test email body</p>",
4242
"reply_to_mode": "new",

0 commit comments

Comments
 (0)