mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Move fixtures to decorators in core tests (#119675)
This commit is contained in:
@@ -1071,9 +1071,8 @@ async def test_check_ha_config_file_wrong(mock_check, hass: HomeAssistant) -> No
|
||||
}
|
||||
],
|
||||
)
|
||||
async def test_async_hass_config_yaml_merge(
|
||||
merge_log_err, hass: HomeAssistant, mock_hass_config: None
|
||||
) -> None:
|
||||
@pytest.mark.usefixtures("mock_hass_config")
|
||||
async def test_async_hass_config_yaml_merge(merge_log_err, hass: HomeAssistant) -> None:
|
||||
"""Test merge during async config reload."""
|
||||
conf = await config_util.async_hass_config_yaml(hass)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user