summaryrefslogtreecommitdiff
path: root/src/conf.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.rs')
-rw-r--r--src/conf.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.rs b/src/conf.rs
index 995fd548..985865ca 100644
--- a/src/conf.rs
+++ b/src/conf.rs
@@ -1261,7 +1261,7 @@ send_mail = '/bin/false'
.write_all("[composing]\nsend_mail = '/bin/false'\n".as_bytes())
.unwrap();
let err = FileSettings::validate(new_file.path.clone(), false, true).unwrap_err();
- assert_eq!(err.summary.as_ref(), "Configuration error (account-name): root_path `/path/to/root/mailbox` is not a valid directory.");
+ assert_eq!(err.summary.as_ref(), "Configuration error (account-name): root_mailbox `/path/to/root/mailbox` is not a valid directory.");
/* Test unrecognised configuration entries error */