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:
Robert Svensson 2019-04-05 22:21:06 +02:00 committed by GitHub
parent 7a33dc5cec
commit d1bf470899
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

@ -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):