Skip to content

Commit fee1224

Browse files
james-willdooitrichard-willdooit
authored andcommitted
Missing unit test MagicMock import
1 parent ceb1977 commit fee1224

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

odoo/addons/base/models/ir_mail_server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
from OpenSSL.SSL import Error as SSLError
2525
from urllib3.contrib.pyopenssl import PyOpenSSLContext
2626
from OpenSSL.SSL import Context as SSLContext, Error as SSLError
27+
from unittest.mock import MagicMock
2728

2829
from odoo import _, api, fields, models, tools
2930
from odoo.exceptions import UserError

0 commit comments

Comments
 (0)