Skip to content

Commit

Permalink
Remove config add
Browse files Browse the repository at this point in the history
  • Loading branch information
drc38 authored Nov 2, 2023
1 parent 22395e3 commit 1618ecf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1618ecf

Please sign in to comment.