Skip to content

Commit

Permalink
Update tests/test_helpers.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris <[email protected]>
  • Loading branch information
RasmusFangel and firstof9 authored Jan 13, 2025
1 parent 6bb7067 commit 1c0f571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@ async def test_amazon_shipped_fwd(hass, mock_imap_amazon_fwd, caplog):
mock_imap_amazon_fwd, "order", fwds="[email protected]", the_domain="amazon.com"
)
assert (
"Amazon email list: ['auto-confirm@amazon.com', 'testuser@test.com', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]']"
"Amazon email list: ['testuser@test.com', 'auto-confirm@amazon.com', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]']"
in caplog.text
)
assert result == ["123-1234567-1234567"]
Expand Down

0 comments on commit 1c0f571

Please sign in to comment.