From c32df52a2f09187aaeda4e9e2c3862f729097ca2 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sun, 22 Jun 2025 11:47:47 -0500 Subject: [PATCH] tests/himalaya: fix expected config Signed-off-by: Austin Horstman --- tests/modules/programs/himalaya/basic-expected.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/modules/programs/himalaya/basic-expected.toml b/tests/modules/programs/himalaya/basic-expected.toml index 15e2e65b..a8cb371f 100644 --- a/tests/modules/programs/himalaya/basic-expected.toml +++ b/tests/modules/programs/himalaya/basic-expected.toml @@ -2,11 +2,13 @@ default = true display-name = "H. M. Test" email = "hm@example.com" + [accounts."hm@example.com".backend] host = "imap.example.com" login = "home.manager" port = 993 type = "imap" + [accounts."hm@example.com".backend.auth] cmd = "password-command" type = "password" @@ -25,6 +27,7 @@ host = "smtp.example.com" login = "home.manager" port = 465 type = "smtp" + [accounts."hm@example.com".message.send.backend.auth] cmd = "password-command" type = "password"