Skip to content

Commit

Permalink
Missing unit test MagicMock import
Browse files Browse the repository at this point in the history
  • Loading branch information
james-willdooit authored and richard-willdooit committed Dec 24, 2024
1 parent 6b4bd59 commit c7dd2ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions odoo/addons/base/models/ir_mail_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
from OpenSSL.SSL import Error as SSLError
from urllib3.contrib.pyopenssl import PyOpenSSLContext
from OpenSSL.SSL import Context as SSLContext, Error as SSLError
from unittest.mock import MagicMock

from odoo import api, fields, models, tools, _
from odoo.exceptions import UserError
Expand Down

0 comments on commit c7dd2ba

Please sign in to comment.