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:
Erik Montnemery 2022-10-19 07:58:47 +02:00 committed by GitHub
parent c0be1d9fad
commit 31a787558f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
54 changed files with 293 additions and 284 deletions

View file

@ -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(