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



##########
File path: tests/providers/sendgrid/utils/test_emailer.py
##########
@@ -64,6 +64,12 @@ def setUp(self):
             'name': 'Foo Bar',
             'email': '[email protected]',
         }
+        # sender from conf
+        self.expected_mail_data_conf_sender = 
copy.deepcopy(self.expected_mail_data)
+        self.expected_mail_data_conf_sender['from'] = {
+            'name': 'Foo Conf',
+            'email': '[email protected]',
+        }

Review comment:
       This is not used at all?




-- 
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