mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 20:40:18 +00:00
Set autouse to setup_credentials Home Connect fixture (#144028)
This commit is contained in:
committed by
GitHub
parent
83b9b8b032
commit
a084b9fdde
@@ -119,7 +119,7 @@ def mock_config_entry_v1_2(token_entry: dict[str, Any]) -> MockConfigEntry:
|
||||
)
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
@pytest.fixture(autouse=True)
|
||||
async def setup_credentials(hass: HomeAssistant) -> None:
|
||||
"""Fixture to setup credentials."""
|
||||
assert await async_setup_component(hass, "application_credentials", {})
|
||||
|
||||
Reference in New Issue
Block a user