Skip to content

Commit

Permalink
Fix hassio test using wrong fixture (#137516)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery authored Feb 6, 2025
1 parent 3a88c9d commit 67c6a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/components/hassio/test_backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 67c6a1d

Please sign in to comment.