1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Fix pytest usefixtures mark in proxmoxve tests (#161177)

This commit is contained in:
Marc Mueller
2026-01-19 13:06:15 +01:00
committed by GitHub
parent af83fa809a
commit cea84aa3c8

View File

@@ -14,7 +14,7 @@ from . import setup_integration
from tests.common import MockConfigEntry, snapshot_platform
@pytest.mark.usefixture("entity_registry_enabled_by_default")
@pytest.mark.usefixtures("entity_registry_enabled_by_default")
async def test_all_entities(
hass: HomeAssistant,
snapshot: SnapshotAssertion,