diff --git a/internal/distro/rhel84/distro_test.go b/internal/distro/rhel84/distro_test.go index 5651f64ac..953916ff1 100644 --- a/internal/distro/rhel84/distro_test.go +++ b/internal/distro/rhel84/distro_test.go @@ -146,6 +146,7 @@ func TestImageType_Name(t *testing.T) { "ami", "qcow2", "openstack", + "rhel-edge-commit", "tar", "vhd", "vmdk", @@ -157,6 +158,7 @@ func TestImageType_Name(t *testing.T) { "ami", "qcow2", "openstack", + "rhel-edge-commit", "tar", }, }, @@ -170,6 +172,7 @@ func TestImageType_Name(t *testing.T) { { arch: "s390x", imgNames: []string{ + "qcow2", "tar", }, },