feat: add operations health and domain setup polish

This commit is contained in:
Christian Krakau-Louis
2026-05-23 11:37:10 +02:00
parent ef506ca654
commit beae6e7469
18 changed files with 622 additions and 42 deletions
+2 -1
View File
@@ -3,6 +3,7 @@ from email.header import Header
from email.mime.application import MIMEApplication
from email.mime.multipart import MIMEMultipart
from email.mime.text import MIMEText
from typing import Optional
from unittest.mock import patch
import pytest
@@ -60,7 +61,7 @@ def _raw_email_with_report() -> bytes:
def _raw_email_with_attachment(
filename: str | None,
filename: Optional[str],
content: bytes,
subtype: str = "octet-stream",
subject: str = "DMARC report",