mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Move entity_registry_enabled_by_default to decorator [a-p] (#118794)
This commit is contained in:
@@ -999,10 +999,10 @@ async def test_coordinator_updates(
|
||||
assert "Error on Supervisor API: Unknown" in caplog.text
|
||||
|
||||
|
||||
@pytest.mark.usefixtures("entity_registry_enabled_by_default")
|
||||
async def test_coordinator_updates_stats_entities_enabled(
|
||||
hass: HomeAssistant,
|
||||
caplog: pytest.LogCaptureFixture,
|
||||
entity_registry_enabled_by_default: None,
|
||||
) -> None:
|
||||
"""Test coordinator updates with stats entities enabled."""
|
||||
await async_setup_component(hass, "homeassistant", {})
|
||||
|
||||
Reference in New Issue
Block a user