mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 02:19:31 +00:00
Remove unused caplog fixtures in tests (#119056)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user