Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 committed Jul 7, 2024
1 parent da5d445 commit 60c2a34
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 @@ -1776,6 +1776,9 @@ async def test_reconfigure(
"imap.test.email",
{
"allow_external": False,
"amazon_days": 3,
"amazon_domain": "amazon.com",
"amazon_fwds": ["[email protected]", "[email protected]"],
"custom_img": True,
"custom_img_file": "images/test.gif",
"host": "imap.test.email",
Expand Down

0 comments on commit 60c2a34

Please sign in to comment.