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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 21 deletions

View file

@ -1171,9 +1171,7 @@ async def test_bootstrap_is_cancellation_safe(
@pytest.mark.parametrize("load_registries", [False])
async def test_bootstrap_empty_integrations(
hass: HomeAssistant, caplog: pytest.LogCaptureFixture
) -> None:
async def test_bootstrap_empty_integrations(hass: HomeAssistant) -> None:
"""Test setting up an empty integrations does not raise."""
await bootstrap.async_setup_multi_components(hass, set(), {})
await hass.async_block_till_done()