distro/test: remove RHEL 7 exception from PipelineNames test

RHEL 7 rewrite makes this exception obsolete.
This commit is contained in:
Achilleas Koutsou 2023-02-17 16:20:10 +01:00 committed by Tomáš Hozza
parent cd8898842c
commit 777d27efbf

View file

@ -212,12 +212,6 @@ func TestImageTypePipelineNames(t *testing.T) {
packageSets[plName] = minimalPackageSet
}
if distroName == "rhel-7" {
// add one more under "packages" for rhel-7
// TODO: this will be removed with the RHEL 7 rewrite
packageSets["packages"] = minimalPackageSet
}
m, err := imageType.Manifest(bp.Customizations, options, repos, packageSets, containers, seed)
require.NoError(err)
pm := new(manifest)