From 1618ecf2b15ec94242218cc0dfb9d962b9656d72 Mon Sep 17 00:00:00 2001 From: drc38 <20024196+drc38@users.noreply.github.com> Date: Fri, 3 Nov 2023 09:20:15 +1300 Subject: [PATCH] Remove config add --- tests/test_init.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_init.py b/tests/test_init.py index 5e28a3cc..bd429d41 100644 --- a/tests/test_init.py +++ b/tests/test_init.py @@ -25,7 +25,6 @@ async def test_setup_unload_and_reload_entry(hass, bypass_get_data): config_entry = MockConfigEntry( domain=DOMAIN, data=MOCK_CONFIG_DATA_1, entry_id="test_cms1", title="test_cms1" ) - config_entry.add_to_hass(hass) # Set up the entry and assert that the values set during setup are where we expect # them to be. Because we have patched the ocppDataUpdateCoordinator.async_get_data