mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-01 19:22:23 +02:00
tests: add back a removed mocker parameter for test_updater
This commit is contained in:
parent
e9b399baf5
commit
7f08b51dbd
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue