Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 committed Jul 6, 2024
1 parent cce2ffd commit f7b9fa6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1541,7 +1541,7 @@ async def test_form_amazon_error(
"imap_security": "SSL",
"verify_ssl": False,
},
"config_2",
"reconfig_2",
{
"allow_external": False,
"custom_img": True,
Expand Down Expand Up @@ -1579,13 +1579,13 @@ async def test_form_amazon_error(
"inpost_pl_packages",
],
},
"config_amazon",
"reconfig_amazon",
{
"amazon_domain": "amazon.com",
"amazon_days": 3,
"amazon_fwds": "[email protected],[email protected]",
},
"config_3",
"reconfig_3",
{
"custom_img_file": "images/test.gif",
},
Expand Down Expand Up @@ -1674,7 +1674,7 @@ async def test_reconfigure(
},
)
assert reconfigure_result["type"] is FlowResultType.FORM
assert reconfigure_result["step_id"] == "user"
assert reconfigure_result["step_id"] == "reconfigure"

result = await hass.config_entries.flow.async_configure(
reconfigure_result["flow_id"],
Expand Down

0 comments on commit f7b9fa6

Please sign in to comment.