Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
jbouwh
f1b78c42b6 Cleanup unused hass_storage mocks in mqtt tests 2024-08-29 08:01:36 +00:00
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."""