Fix dev branch (#22493)

This commit is contained in:
Jason Hu 2019-03-28 03:09:12 -07:00 committed by Pascal Vizeli
parent 4db224ceb5
commit 8d86722c0e
4 changed files with 16 additions and 5 deletions

View file

@ -192,7 +192,7 @@ async def test_remove_entry(hass, manager):
async_remove_entry=mock_remove_entry
))
loader.set_component(
hass, 'light.test',
hass, 'test.light',
MockPlatform(async_setup_entry=mock_setup_entry_platform))
MockConfigEntry(domain='test', entry_id='test1').add_to_manager(manager)