[gnome-software/wip/async-plugin-repo-funcs: 47/60] flatpak: Replace GS_PLUGIN_ACTION_ENABLE_REPO job with manage repository job in tests




commit fdeafcd993c86a59042d4214a9e78d1e0632d0f3
Author: Milan Crha <mcrha redhat com>
Date:   Tue Jun 14 15:49:12 2022 +0200

    flatpak: Replace GS_PLUGIN_ACTION_ENABLE_REPO job with manage repository job in tests

 plugins/flatpak/gs-self-test.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/plugins/flatpak/gs-self-test.c b/plugins/flatpak/gs-self-test.c
index 9bcc55a17..1038e7ee2 100644
--- a/plugins/flatpak/gs-self-test.c
+++ b/plugins/flatpak/gs-self-test.c
@@ -215,9 +215,7 @@ gs_plugins_flatpak_repo_func (GsPluginLoader *plugin_loader)
 
        /* enable repo */
        g_object_unref (plugin_job);
-       plugin_job = gs_plugin_job_newv (GS_PLUGIN_ACTION_ENABLE_REPO,
-                                        "app", app,
-                                        NULL);
+       plugin_job = gs_plugin_job_manage_repository_new (app, GS_PLUGIN_MANAGE_REPOSITORY_FLAGS_ENABLE);
        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]