mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-24 20:10:23 +00:00
fix unit tests
This commit is contained in:
parent
7ee710634b
commit
1c23adc8a2
1 changed files with 4 additions and 4 deletions
|
@ -311,7 +311,7 @@ email = "test@localhost"
|
|||
imap.host = "localhost"
|
||||
imap.port = 143
|
||||
imap.login = "test@localhost"
|
||||
imap.passwd.cmd = "pass show test"
|
||||
imap.passwd.command = "pass show test"
|
||||
"#,
|
||||
);
|
||||
}
|
||||
|
@ -345,7 +345,7 @@ email = "test@localhost"
|
|||
imap.host = "localhost"
|
||||
imap.port = 143
|
||||
imap.login = "test@localhost"
|
||||
imap.passwd.cmd = ["pass show test", "tr -d '[:blank:]'"]
|
||||
imap.passwd.command = ["pass show test", "tr -d '[:blank:]'"]
|
||||
"#,
|
||||
);
|
||||
}
|
||||
|
@ -438,7 +438,7 @@ email = "test@localhost"
|
|||
smtp.host = "localhost"
|
||||
smtp.port = 143
|
||||
smtp.login = "test@localhost"
|
||||
smtp.passwd.cmd = "pass show test"
|
||||
smtp.passwd.command = "pass show test"
|
||||
"#,
|
||||
);
|
||||
}
|
||||
|
@ -472,7 +472,7 @@ email = "test@localhost"
|
|||
smtp.host = "localhost"
|
||||
smtp.port = 143
|
||||
smtp.login = "test@localhost"
|
||||
smtp.passwd.cmd = ["pass show test", "tr -d '[:blank:]'"]
|
||||
smtp.passwd.command = ["pass show test", "tr -d '[:blank:]'"]
|
||||
"#,
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue