trivial: Do not assume the running system has LVFS enabled for the tests

This is not true for RHEL, and so 'ninja dist' fails on any RHEL workstation.
This commit is contained in:
Richard Hughes 2021-02-16 09:19:44 +00:00
parent f572a012f6
commit 5eca890f93

View File

@ -546,7 +546,6 @@ fwupd_client_remotes_func (void)
g_assert_no_error (error);
g_assert (remote2 != NULL);
g_assert_cmpstr (fwupd_remote_get_id (remote2), ==, "lvfs");
g_assert (fwupd_remote_get_enabled (remote2));
g_assert (fwupd_remote_get_metadata_uri (remote2) != NULL);
/* check we set an error when unfound */