diff --git a/tests/components/sharkiq/test_config_flow.py b/tests/components/sharkiq/test_config_flow.py index 248bb57f04c..a98eff6f2bb 100644 --- a/tests/components/sharkiq/test_config_flow.py +++ b/tests/components/sharkiq/test_config_flow.py @@ -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