feat: Test creds for smtp

This commit is contained in:
Nicholas Tindle 2025-01-09 16:05:20 -06:00
parent db21c6d4bc
commit 287aa819bb
No known key found for this signature in database
GPG Key ID: C4A2154D91363A47
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ class SendEmailBlock(Block):
},
"credentials": TEST_CREDENTIALS_INPUT,
},
test_credentials=TEST_CREDENTIALS,
test_output=[("status", "Email sent successfully")],
test_mock={"send_email": lambda *args, **kwargs: "Email sent successfully"},
)