mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Fix sharkiq tests (#93597)
This commit is contained in:
parent
5b654c8b79
commit
5671934b34
@ -29,7 +29,7 @@ async def test_setup_success_no_region(hass: HomeAssistant) -> None:
|
|||||||
)
|
)
|
||||||
mock_config.add_to_hass(hass)
|
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
|
assert result is True
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user