diff --git a/tests/modules/programs/meli/expected.toml b/tests/modules/programs/meli/expected.toml index 085000b87..b945fb88f 100644 --- a/tests/modules/programs/meli/expected.toml +++ b/tests/modules/programs/meli/expected.toml @@ -10,9 +10,11 @@ subscribed_mailboxes = ["Inbox", "Sent", "Trash", "Drafts"] [accounts."hm@example.com".send_mail] hostname = "smtp.example.com" port = 1848 + [accounts."hm@example.com".send_mail.auth] type = "auto" username = "home.manager" + [accounts."hm@example.com".send_mail.auth.password] type = "command_eval" value = "password-command"