mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Ensure recorder test fixture is setup before hass fixture (#80528)
* Ensure recorder test fixture is setup before hass fixture * Adjust more tests
This commit is contained in:
@ -16,7 +16,7 @@ from tests.components.recorder.common import async_wait_recording_done
|
||||
|
||||
|
||||
async def test_exclude_attributes(
|
||||
hass: HomeAssistant, recorder_mock, enable_custom_integrations: None
|
||||
recorder_mock, hass: HomeAssistant, enable_custom_integrations: None
|
||||
):
|
||||
"""Test attributes to be excluded."""
|
||||
assert await async_setup_component(
|
||||
|
Reference in New Issue
Block a user