Cleanup unused hass_storage
mocks in mqtt tests
This commit is contained in:
parent
1101e7ef64
commit
f1b78c42b6
2 changed files with 0 additions and 10 deletions
|
@ -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,
|
||||
|
|
|
@ -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."""
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue