Increase config entries test coverage (#48203)

pull/48205/head
J. Nick Koston 2021-03-21 19:29:48 -10:00 committed by GitHub
parent 7a447c4209
commit 8e4c0e3ff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -1394,6 +1394,12 @@ async def test_entry_id_existing_entry(hass, manager):
unique_id="mock-unique-id",
).add_to_hass(hass)
mock_integration(
hass,
MockModule("comp"),
)
mock_entity_platform(hass, "config_flow.comp", None)
class TestFlow(config_entries.ConfigFlow):
"""Test flow."""