distro/test: set RHSM Fact API Type when testing manifests
This commit is contained in:
parent
a9efe3ebb9
commit
75758aee52
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue