mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 23:16:30 +03:00
Streamline access/working with configured params and configured addr (#3219)
This commit is contained in:
@@ -407,12 +407,7 @@ impl TestContext {
|
||||
.await
|
||||
.unwrap_or_default()
|
||||
.unwrap_or_default();
|
||||
let addr = other
|
||||
.ctx
|
||||
.get_config(Config::ConfiguredAddr)
|
||||
.await
|
||||
.unwrap()
|
||||
.unwrap();
|
||||
let addr = other.ctx.get_configured_addr().await.unwrap();
|
||||
// MailinglistAddress is the lowest allowed origin, we'd prefer to not modify the
|
||||
// origin when creating this contact.
|
||||
let (contact_id, modified) =
|
||||
|
||||
Reference in New Issue
Block a user