From 1c0f571138eceeb2fb0d3e7083adb4a930d1bf1f Mon Sep 17 00:00:00 2001 From: Rasmus Fangel Hansen Date: Mon, 13 Jan 2025 15:16:56 +0000 Subject: [PATCH] Update tests/test_helpers.py Co-authored-by: Chris <1105672+firstof9@users.noreply.github.com> --- tests/test_helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_helpers.py b/tests/test_helpers.py index 46d99d5a..8bfa3976 100644 --- a/tests/test_helpers.py +++ b/tests/test_helpers.py @@ -1149,7 +1149,7 @@ async def test_amazon_shipped_fwd(hass, mock_imap_amazon_fwd, caplog): mock_imap_amazon_fwd, "order", fwds="testuser@test.com", the_domain="amazon.com" ) assert ( - "Amazon email list: ['auto-confirm@amazon.com', 'testuser@test.com', 'shipment-tracking@amazon.com', 'order-update@amazon.com', 'conferma-spedizione@amazon.com', 'confirmar-envio@amazon.com', 'versandbestaetigung@amazon.com', 'confirmation-commande@amazon.com', 'verzending-volgen@amazon.com', 'update-bestelling@amazon.com']" + "Amazon email list: ['testuser@test.com', 'auto-confirm@amazon.com', 'shipment-tracking@amazon.com', 'order-update@amazon.com', 'conferma-spedizione@amazon.com', 'confirmar-envio@amazon.com', 'versandbestaetigung@amazon.com', 'confirmation-commande@amazon.com', 'verzending-volgen@amazon.com', 'update-bestelling@amazon.com']" in caplog.text ) assert result == ["123-1234567-1234567"]