From 229dc7fd445a088aaca70b781a74afab60d6c0de Mon Sep 17 00:00:00 2001 From: Son Date: Tue, 28 Dec 2021 15:09:33 +0100 Subject: [PATCH] fix test --- app/dashboard/views/custom_alias.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/dashboard/views/custom_alias.py b/app/dashboard/views/custom_alias.py index b86acc0c..f036240a 100644 --- a/app/dashboard/views/custom_alias.py +++ b/app/dashboard/views/custom_alias.py @@ -109,7 +109,7 @@ class AliasSuffix: domain: str # if custom domain, whether the custom domain has MX verified, i.e. can receive emails - mx_verified: bool + mx_verified: bool = True def serialize(self): return json.dumps(asdict(self))