Browse Source
💚 res_partner_mails_count/tests/test_mail
pull/261/head
Ivan Yelizariev
5 years ago
No known key found for this signature in database
GPG Key ID: 93F14FB6A8B57057
1 changed files with
1 additions and
1 deletions
-
res_partner_mails_count/tests/test_mail.py
|
|
@ -32,7 +32,7 @@ class TestMessageCount(TransactionCase): |
|
|
|
) |
|
|
|
mail_compose = self.env["mail.compose.message"] |
|
|
|
compose = mail_compose.with_context( |
|
|
|
{"default_composition_mode": "comment",} |
|
|
|
{"default_composition_mode": "comment"} |
|
|
|
).create( |
|
|
|
{ |
|
|
|
"subject": "test subj", |
|
|
|