mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 03:08:01 +02:00
Cleanup unused hass_storage
mocks in mqtt tests (#124846)
This commit is contained in:
@ -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."""
|
||||
|
||||
|
Reference in New Issue
Block a user