Add UKI functionlity to replace titles (#246)

* Add UKI functionlity to replace titles

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>

* Move common logic to constants

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>

---------

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
This commit is contained in:
Mauro Morales
2024-03-13 09:54:12 +01:00
committed by GitHub
parent 0ae9c04eb4
commit 590e39e97e
7 changed files with 110 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
package constants_test
import (
"testing"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
)
func TestConstants(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Constants Suite")
}