From 02f5068e60245df382fffef7af8e9e8c0b458da4 Mon Sep 17 00:00:00 2001 From: "firstof9@gmail.com" Date: Sun, 7 Jul 2024 12:38:54 -0700 Subject: [PATCH] fix new test again --- tests/test_config_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_config_flow.py b/tests/test_config_flow.py index e8d472ab..510cea08 100644 --- a/tests/test_config_flow.py +++ b/tests/test_config_flow.py @@ -1778,7 +1778,7 @@ async def test_reconfigure( "allow_external": False, "amazon_days": 3, "amazon_domain": "amazon.com", - "amazon_fwds": ["fakeuser@test.email", "fakeuser2@test.email"], + "amazon_fwds": ["fakeuser@fake.email", "fakeuser2@fake.email"], "custom_img": True, "custom_img_file": "images/test.gif", "host": "imap.test.email",