uranusjr commented on a change in pull request #20093:
URL: https://github.com/apache/airflow/pull/20093#discussion_r763668662



##########
File path: tests/utils/test_email.py
##########
@@ -273,7 +273,7 @@ def test_send_mime_dryrun(self, mock_smtp, mock_smtp_ssl):
 
     @mock.patch('smtplib.SMTP_SSL')
     @mock.patch('smtplib.SMTP')
-    def test_send_mime_complete_failure(self, mock_smtp: mock, mock_smtp_ssl):
+    def test_send_mime_complete_failure(self, mock_smtp, mock_smtp_ssl):

Review comment:
       Let’s annotate it correctly instead?
   
   ```suggestion
       def test_send_mime_complete_failure(self, mock_smtp: mock.Mock, 
mock_smtp_ssl: mock.Mock):
   ```
   
   




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to