distro/test: set RHSM Fact API Type when testing manifests

This commit is contained in:
Achilleas Koutsou 2022-11-29 15:11:37 +01:00 committed by Tomáš Hozza
parent a9efe3ebb9
commit 75758aee52

View file

@ -105,6 +105,9 @@ func TestDistro_Manifest(t *testing.T, pipelinePath string, prefix string, regis
options := distro.ImageOptions{
Size: imageType.Size(0),
OSTree: ostreeOptions,
Facts: &distro.FactsImageOptions{
ApiType: "test-manifest",
},
}
var imgPackageSpecSets map[string][]rpmmd.PackageSpec