From bc825f035c09fdeeb2253369f4be86aa4dd8efea Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Sun, 28 Aug 2022 16:12:12 -0700 Subject: [PATCH] Remove fixture that is not neede --- tests/test_switch.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/test_switch.py b/tests/test_switch.py index 9689a05a..9aeb131a 100644 --- a/tests/test_switch.py +++ b/tests/test_switch.py @@ -100,13 +100,6 @@ ENTITY_ADAPT_COLOR_SWITCH = f"{_SWITCH_FMT}_adapt_color_{DEFAULT_NAME}" ORIG_TIMEZONE = dt_util.DEFAULT_TIME_ZONE -@pytest.fixture(autouse=True) -async def setup_comp(hass): - """Set up demo component.""" - await async_setup_component(hass, "light", {"light": {"platform": "demo"}}) - await hass.async_block_till_done() - - @pytest.fixture def reset_time_zone(): """Reset time zone."""