Cleanup unused hass_storage mocks in mqtt tests

This commit is contained in:
jbouwh 2024-08-29 08:01:36 +00:00
parent 1101e7ef64
commit f1b78c42b6
2 changed files with 0 additions and 10 deletions

View file

@ -37,11 +37,6 @@ from tests.common import (
from tests.typing import MqttMockHAClient, MqttMockHAClientGenerator, MqttMockPahoClient
@pytest.fixture(autouse=True)
def mock_storage(hass_storage: dict[str, Any]) -> None:
"""Autouse hass_storage for the TestCase tests."""
def help_assert_message(
msg: ReceiveMessage,
topic: str | None = None,

View file

@ -77,11 +77,6 @@ class _DebugInfo(TypedDict):
config: _DebugDeviceInfo
@pytest.fixture(autouse=True)
def mock_storage(hass_storage: dict[str, Any]) -> None:
"""Autouse hass_storage for the TestCase tests."""
async def test_command_template_value(hass: HomeAssistant) -> None:
"""Test the rendering of MQTT command template."""