fix: add sender_email to _make_smtp_config test helper

Agent-Logs-Url: https://github.com/christianlouis/InboxConverge/sessions/5238ada2-2323-41a8-b58c-d3a49f9ffafd

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-05-03 23:28:21 +00:00
committed by GitHub
parent 19a859ecce
commit 1420149d8b
@@ -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),
)