From 60c2a34743e2cbd95eca96a1ace9cd832452efec Mon Sep 17 00:00:00 2001 From: "firstof9@gmail.com" Date: Sun, 7 Jul 2024 12:35:51 -0700 Subject: [PATCH] fix test --- tests/test_config_flow.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_config_flow.py b/tests/test_config_flow.py index fa831b85..e8d472ab 100644 --- a/tests/test_config_flow.py +++ b/tests/test_config_flow.py @@ -1776,6 +1776,9 @@ async def test_reconfigure( "imap.test.email", { "allow_external": False, + "amazon_days": 3, + "amazon_domain": "amazon.com", + "amazon_fwds": ["fakeuser@test.email", "fakeuser2@test.email"], "custom_img": True, "custom_img_file": "images/test.gif", "host": "imap.test.email",