mirror of
https://github.com/home-assistant/core.git
synced 2026-05-19 23:35:20 +02:00
Fix duplicate config entry additions in tests (#107984)
zha and plex still add the same config entry multiple times but they are going to need seperate PRs as they have more complex logic
This commit is contained in:
@@ -571,7 +571,6 @@ async def test_scan_calendar_error(
|
||||
config_entry,
|
||||
) -> None:
|
||||
"""Test that the calendar update handles a server error."""
|
||||
config_entry.add_to_hass(hass)
|
||||
mock_calendars_list({}, exc=ClientError())
|
||||
assert await component_setup()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user