From cea84aa3c8bebd529a3c5bb3f3525c620d75e010 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Mon, 19 Jan 2026 13:06:15 +0100 Subject: [PATCH] Fix pytest usefixtures mark in proxmoxve tests (#161177) --- tests/components/proxmoxve/test_binary_sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/proxmoxve/test_binary_sensor.py b/tests/components/proxmoxve/test_binary_sensor.py index 1f68a4b65b1..0f16eedfc85 100644 --- a/tests/components/proxmoxve/test_binary_sensor.py +++ b/tests/components/proxmoxve/test_binary_sensor.py @@ -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,