Skip to content

Commit

Permalink
Fix typo in test_smtp
Browse files Browse the repository at this point in the history
Signed-off-by: joseph-sentry <[email protected]>
  • Loading branch information
joseph-sentry committed Sep 26, 2023
1 parent 593b2b6 commit b5cb008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/tests/test_smtp.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from services.smtp import get_smtp_service


class TestStorage(object):
class TestSMTP(object):
def test_correct_init(self, mocker, mock_configuration):
mocker.patch("smtplib.SMTP")
m = mocker.patch("ssl.create_default_context", return_value=MagicMock())
Expand Down

0 comments on commit b5cb008

Please sign in to comment.