deCONZ multiple gateways fixup (#22774)
* Initial PR was merged before a proper review was performed * These fixes follow Martins review comments after merge
This commit is contained in:
parent
7a33dc5cec
commit
d1bf470899
2 changed files with 2 additions and 4 deletions
|
@ -41,7 +41,7 @@ async def test_config_with_host_passed_to_config_entry(hass):
|
|||
}
|
||||
}) is True
|
||||
# Import flow started
|
||||
assert len(mock_config_flow.mock_calls) == 2
|
||||
assert len(mock_config_flow.mock_calls) == 1
|
||||
|
||||
|
||||
async def test_config_without_host_not_passed_to_config_entry(hass):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue