[gnome-software/wip/async-plugin-repo-funcs: 24/29] flatpak: Replace GS_PLUGIN_ACTION_DISABLE_REPO job with manage repository job in tests




commit 234aa571536f30030a599bfc2d5222e38e34301c
Author: Milan Crha <mcrha redhat com>
Date:   Tue Jun 14 18:38:13 2022 +0200

    flatpak: Replace GS_PLUGIN_ACTION_DISABLE_REPO job with manage repository job in tests

 plugins/flatpak/gs-self-test.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plugins/flatpak/gs-self-test.c b/plugins/flatpak/gs-self-test.c
index e427cc9e6..33e1a8bf8 100644
--- a/plugins/flatpak/gs-self-test.c
+++ b/plugins/flatpak/gs-self-test.c
@@ -205,9 +205,9 @@ gs_plugins_flatpak_repo_func (GsPluginLoader *plugin_loader)
 
        /* disable repo */
        g_object_unref (plugin_job);
-       plugin_job = gs_plugin_job_newv (GS_PLUGIN_ACTION_DISABLE_REPO,
-                                        "app", app,
-                                        NULL);
+       plugin_job = gs_plugin_job_manage_repository_new (app,
+                                                         GS_PLUGIN_MANAGE_REPOSITORY_OPERATION_DISABLE,
+                                                         GS_PLUGIN_MANAGE_REPOSITORY_FLAGS_NONE);
        ret = gs_plugin_loader_job_action (plugin_loader, plugin_job, NULL, &error);
        gs_test_flush_main_context ();
        g_assert_no_error (error);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]