Cleanup unused hass_storage mocks in mqtt tests (#124846)

This commit is contained in:
Jan Bouwhuis 2024-08-29 10:52:57 +02:00 committed by GitHub
parent 1101e7ef64
commit 1cb9690001
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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."""