Daniel Brötzmann pushed to branch adw-application at gajim / gajim
Commits:
e28d495e by wurstsalat at 2025-04-20T13:04:24+02:00
cfix: Plugins: Fix test
- - - - -
1 changed file:
- test/gtk/ui_test_plugins.py
Changes:
=====================================
test/gtk/ui_test_plugins.py
=====================================
@@ -154,7 +154,7 @@ def download_plugins(self, manifests: list[PluginManifest])
-> None:
if repo_manifest.short_name == manifest.short_name:
finished_updates.append(repo_manifest)
- app.plugin_manager.mock_update_plugins(finished_updates)
+ app.plugin_manager.mock_update_plugins(finished_updates) # type:
ignore
GLib.timeout_add_seconds(1, self._notify_finished, finished_updates)
@@ -178,7 +178,7 @@ def trigger_updates_available(self) -> None:
def _on_trigger_update_clicked(_button: Gtk.Button) -> None:
- app.plugin_repository.trigger_updates_available()
+ app.plugin_repository.trigger_updates_available() # type: ignore
configpaths.get = MagicMock(return_value=Path())
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/e28d495eb649dc31f6d0aeab0cdee0e071b799c0
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/e28d495eb649dc31f6d0aeab0cdee0e071b799c0
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]