Remove unused caplog fixtures in tests (#119056)

This commit is contained in:
epenet
2024-06-07 11:38:56 +02:00
committed by GitHub
parent b3a71dcea3
commit 1c8a9cc3b8
5 changed files with 8 additions and 21 deletions

View File

@@ -38,7 +38,6 @@ async def test_setup_entry_device_update(
mock_ring_devices,
freezer: FrozenDateTimeFactory,
mock_added_config_entry: MockConfigEntry,
caplog,
) -> None:
"""Test devices are updating after setup entry."""