We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba539b commit 99a49c9Copy full SHA for 99a49c9
1 file changed
tests/ut/edge/test_mail.py
@@ -80,6 +80,7 @@ def _get_mail_server_config(self, port=25, username=None, password=None, use_tls
80
if username is not None and password is not None:
81
mail_param.useAuth = True
82
mail_param.auth = Object()
83
+ mail_param.auth._classname = 'AuthSettings'
84
mail_param.auth.username = username
85
mail_param.auth.password = password
86
0 commit comments