mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 10:08:23 +00:00
Remove unnecessary comment in test_coordinator.py
Co-authored-by: mib1185 <35783820+mib1185@users.noreply.github.com>
This commit is contained in:
parent
ad648a9dec
commit
31c7b6b549
@ -21,7 +21,6 @@ async def test_firmware_update_coordinator_fetching(
|
|||||||
"""Test the firmware update coordinator loads manifests."""
|
"""Test the firmware update coordinator loads manifests."""
|
||||||
session = async_get_clientsession(hass)
|
session = async_get_clientsession(hass)
|
||||||
|
|
||||||
# Create a mock config entry
|
|
||||||
mock_config_entry = Mock(spec=ConfigEntry)
|
mock_config_entry = Mock(spec=ConfigEntry)
|
||||||
|
|
||||||
manifest = FirmwareManifest(
|
manifest = FirmwareManifest(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user