Merge pull request #229 from christianlouis/copilot/fix-smtp-config-validation-error

fix(tests): add missing `sender_email` to SMTP config test fixture
This commit is contained in:
Christian Krakau-Louis
2026-05-06 21:33:12 +02:00
committed by GitHub
@@ -52,6 +52,7 @@ def _make_smtp_config(**overrides) -> MagicMock:
username="user@example.com",
encrypted_password="encrypted",
use_tls=True,
sender_email="",
created_at=datetime.now(timezone.utc),
updated_at=datetime.now(timezone.utc),
)