Skip to content

Commit

Permalink
add all config options to test
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 committed Jul 6, 2024
1 parent 96744c1 commit 8563ed9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8563ed9

Please sign in to comment.