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:
parent
c0be1d9fad
commit
31a787558f
54 changed files with 293 additions and 284 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue