mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +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)
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user