Skip to content

Commit

Permalink
fix new test again
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 committed Jul 7, 2024
1 parent 60c2a34 commit 02f5068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 02f5068

Please sign in to comment.