From 7f08b51dbda5fcab8c30d74fb1e162aa90b4f6a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Mon, 28 Apr 2025 17:14:25 +0200 Subject: [PATCH] tests: add back a removed mocker parameter for test_updater --- tests/gui/test_updater.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/gui/test_updater.py b/tests/gui/test_updater.py index 614b4cf..12a7cfa 100644 --- a/tests/gui/test_updater.py +++ b/tests/gui/test_updater.py @@ -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