From 81b2c9e94ec7e15546dc5f56ac1e9adbe9059abd Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jul 25 2018 09:44:46 +0000 Subject: Fix docstring Signed-off-by: Pierre-Yves Chibon --- diff --git a/tests/test_pagure_lib_notify.py b/tests/test_pagure_lib_notify.py index 79603c2..12242f0 100644 --- a/tests/test_pagure_lib_notify.py +++ b/tests/test_pagure_lib_notify.py @@ -419,7 +419,7 @@ class PagureLibNotifytests(tests.Modeltests): {'EVENTSOURCE_SOURCE': 'localhost.localdomain'}) @patch('pagure.lib.notify.smtplib.SMTP') def test_send_email(self, mock_smtp): - """ Test the notify_new_comment method from pagure.lib.notify. """ + """ Test the send_email method from pagure.lib.notify. """ mock_smtp.return_value = MagicMock() email = pagure.lib.notify.send_email(