From 8563ed9d622f903a331d40f00a6af93274a8af23 Mon Sep 17 00:00:00 2001 From: "firstof9@gmail.com" Date: Sat, 6 Jul 2024 15:14:28 -0700 Subject: [PATCH] add all config options to 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 e3f9f39a..1ac60b65 100644 --- a/tests/test_config_flow.py +++ b/tests/test_config_flow.py @@ -1604,6 +1604,9 @@ async def test_form_amazon_error( "folder": '"INBOX"', "generate_mp4": False, "gif_duration": 5, + 'image_name': 'mail_today.gif', + 'image_path': 'custom_components/mail_and_packages/images/', + 'image_security': True, "imap_security": "SSL", "imap_timeout": 120, "scan_interval": 60,