Fix hassio test using wrong fixture (#137516)

pull/137688/head
Erik Montnemery 2025-02-06 09:04:49 +01:00 committed by GitHub
parent 3a88c9d6f4
commit 67c6a1d436
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1990,7 +1990,7 @@ async def test_reader_writer_restore(
assert response["result"] is None
@pytest.mark.usefixtures("hassio_client", "setup_integration")
@pytest.mark.usefixtures("hassio_client", "setup_backup_integration")
async def test_reader_writer_restore_report_progress(
hass: HomeAssistant,
hass_ws_client: WebSocketGenerator,