Skip to content

Commit 99a49c9

Browse files
committed
update ut
1 parent 7ba539b commit 99a49c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/ut/edge/test_mail.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def _get_mail_server_config(self, port=25, username=None, password=None, use_tls
8080
if username is not None and password is not None:
8181
mail_param.useAuth = True
8282
mail_param.auth = Object()
83+
mail_param.auth._classname = 'AuthSettings'
8384
mail_param.auth.username = username
8485
mail_param.auth.password = password
8586

0 commit comments

Comments
 (0)