tests: Fix typo

This commit is contained in:
Alex Pyrgiotis 2023-10-02 20:23:48 +03:00
parent 049fa7d484
commit 89a36efe89
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -98,7 +98,7 @@ def test_post_0_4_2_settings(
""" """
# Store the settings of Dangerzone 0.4.2 to the filesystem. # Store the settings of Dangerzone 0.4.2 to the filesystem.
old_settings = settings.Settings.generate_default_settings() old_settings = settings.Settings.generate_default_settings()
old_settings["updater_latest_version"] == "0.4.2" old_settings["updater_latest_version"] = "0.4.2"
save_settings(tmp_path, old_settings) save_settings(tmp_path, old_settings)
# Mimic an upgrade to version 0.4.3, by making Dangerzone report that the current # Mimic an upgrade to version 0.4.3, by making Dangerzone report that the current