mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-06 17:18:43 -04:00
fix tests
This commit is contained in:
@@ -163,11 +163,11 @@ def test_should_send_personalised_template_to_correct_email_provider_and_persist
|
||||
reply_to_address=None,
|
||||
)
|
||||
|
||||
# assert "<!DOCTYPE html" in app.aws_ses_client.send_email.call_args[1]["html_body"]
|
||||
# assert (
|
||||
# "<em>some HTML</em>"
|
||||
# in app.aws_ses_client.send_email.call_args[1]["html_body"]
|
||||
# )
|
||||
assert "<!DOCTYPE html" in mock_ses.send_email.call_args[1]["html_body"]
|
||||
assert (
|
||||
"<em>some HTML</em>"
|
||||
in mock_ses.send_email.call_args[1]["html_body"]
|
||||
)
|
||||
|
||||
notification = (
|
||||
db.session.execute(
|
||||
|
||||
Reference in New Issue
Block a user