tests: add back a removed mocker parameter for test_updater

This commit is contained in:
Alexis Métaireau 2025-04-28 17:14:25 +02:00
parent e9b399baf5
commit 7f08b51dbd
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -367,8 +367,7 @@ def test_update_errors(
def test_update_check_prompt(
qtbot: QtBot,
qt_updater: UpdaterThread,
qtbot: QtBot, qt_updater: UpdaterThread, mocker: MockerFixture
) -> None:
"""Test that the prompt to enable update checks works properly."""
# Force Dangerzone to check immediately for updates