mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Move mock_hass_config fixture to decorator (#118807)
This commit is contained in:
@ -928,9 +928,9 @@ def test_entity_device_info_schema() -> None:
|
||||
}
|
||||
],
|
||||
)
|
||||
@pytest.mark.usefixtures("mock_hass_config")
|
||||
async def test_handle_logging_on_writing_the_entity_state(
|
||||
hass: HomeAssistant,
|
||||
mock_hass_config: None,
|
||||
mqtt_mock_entry: MqttMockHAClientGenerator,
|
||||
caplog: pytest.LogCaptureFixture,
|
||||
) -> None:
|
||||
|
Reference in New Issue
Block a user