Fix tests leaving files behind

This commit is contained in:
Erik 2025-02-17 09:35:33 +01:00
parent 14c8c54283
commit 1a1a298c3b

View File

@ -439,6 +439,7 @@ async def test_generate_wrong_parameters(
), ),
], ],
) )
@pytest.mark.usefixtures("mock_backup_generation")
async def test_generate_wrong_parameters_automatic_settings( async def test_generate_wrong_parameters_automatic_settings(
hass: HomeAssistant, hass: HomeAssistant,
hass_ws_client: WebSocketGenerator, hass_ws_client: WebSocketGenerator,