Fix sharkiq tests (#93597)

This commit is contained in:
Erik Montnemery
2023-05-26 15:35:06 +02:00
committed by GitHub
parent 5b654c8b79
commit 5671934b34

View File

@@ -29,7 +29,7 @@ async def test_setup_success_no_region(hass: HomeAssistant) -> None:
)
mock_config.add_to_hass(hass)
result = await async_setup_component(hass=hass, domain=DOMAIN, config=mock_config)
result = await async_setup_component(hass=hass, domain=DOMAIN, config={})
assert result is True