From 5671934b347da9fb2362f54185c3c19d39930a3f Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Fri, 26 May 2023 15:35:06 +0200 Subject: [PATCH] Fix sharkiq tests (#93597) --- tests/components/sharkiq/test_config_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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