Fix typo in docstr (#89804)
parent
9384ec18f8
commit
6e25abfdcc
|
@ -8,4 +8,4 @@ from tests.components.light.conftest import mock_light_profiles # noqa: F401
|
|||
|
||||
@pytest.fixture(autouse=True)
|
||||
def patch_hass_config(mock_hass_config: None) -> None:
|
||||
"""Patch configuration].yaml."""
|
||||
"""Patch configuration.yaml."""
|
||||
|
|
Loading…
Reference in New Issue