Skip to content

Commit

Permalink
fix(shippers): Add extra matcher for USPS Informed Delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
keslerm committed Apr 13, 2022
1 parent a5862ac commit 2211a89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/mail_and_packages/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
"[email protected]",
"[email protected]",
"[email protected]",
"USPS Informed Delivery",
],
"subject": ["Your Daily Digest"],
},
Expand Down
1 change: 1 addition & 0 deletions tests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ async def test_informed_delivery_emails(
assert "[email protected]" in caplog.text
assert "[email protected]" in caplog.text
assert "[email protected]" in caplog.text
assert "USPS Informed Delivery" in caplog.text


async def test_get_mails_imageio_error(
Expand Down

0 comments on commit 2211a89

Please sign in to comment.