Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
Remove duplicate keys in config_flow test
Browse files Browse the repository at this point in the history
  • Loading branch information
rccoleman committed May 28, 2022
1 parent 9c29bef commit 1b27a36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ async def test_flow_user_init(hass, enable_custom_integrations):
"errors": {},
"flow_id": mock.ANY,
"handler": "lamarzocco",
"last_step": None,
"step_id": "user",
"type": "form",
"last_step": None
Expand Down Expand Up @@ -103,7 +102,6 @@ async def test_flow_zeroconf_init(hass, enable_custom_integrations):
"errors": {},
"flow_id": mock.ANY,
"handler": "lamarzocco",
"last_step": None,
"step_id": "confirm",
"type": "form",
"last_step": None
Expand Down

0 comments on commit 1b27a36

Please sign in to comment.