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:
@@ -52,6 +52,7 @@ def _make_smtp_config(**overrides) -> MagicMock:
|
|||||||
username="user@example.com",
|
username="user@example.com",
|
||||||
encrypted_password="encrypted",
|
encrypted_password="encrypted",
|
||||||
use_tls=True,
|
use_tls=True,
|
||||||
|
sender_email="",
|
||||||
created_at=datetime.now(timezone.utc),
|
created_at=datetime.now(timezone.utc),
|
||||||
updated_at=datetime.now(timezone.utc),
|
updated_at=datetime.now(timezone.utc),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user