Adjust kitchen_sink test (#86099)
parent
27359dfc89
commit
f6cd399b9e
|
@ -19,7 +19,8 @@ async def test_import(hass):
|
|||
async def test_import_once(hass):
|
||||
"""Test that we don't create multiple config entries."""
|
||||
with patch(
|
||||
"homeassistant.components.kitchen_sink.async_setup_entry"
|
||||
"homeassistant.components.kitchen_sink.async_setup_entry",
|
||||
return_value=True,
|
||||
) as mock_setup_entry:
|
||||
result = await hass.config_entries.flow.async_init(
|
||||
DOMAIN,
|
||||
|
|
Loading…
Reference in New Issue