From c8c30aa316fed11716b2b363e93a278664bb3c8e Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sun, 22 Jun 2025 12:04:53 -0500 Subject: [PATCH] tests/meli: fix expected config Signed-off-by: Austin Horstman --- tests/modules/programs/meli/expected.toml | 2 ++ 1 file changed, 2 insertions(+) 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"