mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Adjust kitchen_sink test (#86099)
This commit is contained in:
parent
27359dfc89
commit
f6cd399b9e
@ -19,7 +19,8 @@ async def test_import(hass):
|
|||||||
async def test_import_once(hass):
|
async def test_import_once(hass):
|
||||||
"""Test that we don't create multiple config entries."""
|
"""Test that we don't create multiple config entries."""
|
||||||
with patch(
|
with patch(
|
||||||
"homeassistant.components.kitchen_sink.async_setup_entry"
|
"homeassistant.components.kitchen_sink.async_setup_entry",
|
||||||
|
return_value=True,
|
||||||
) as mock_setup_entry:
|
) as mock_setup_entry:
|
||||||
result = await hass.config_entries.flow.async_init(
|
result = await hass.config_entries.flow.async_init(
|
||||||
DOMAIN,
|
DOMAIN,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user