Skip to content

Commit

Permalink
Merge pull request #422 from ksimon1/fix-test-template
Browse files Browse the repository at this point in the history
fix: replace template fedora-server-tiny with fedora-server-medium
  • Loading branch information
ksimon1 authored Jun 10, 2024
2 parents 889dd77 + 30b4206 commit cfac3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func BuildTestSuite() {
func getCommonTemplatesVersion(templateList *v1.TemplateList) string {
var commonTemplatesVersion []int
found := false
requiredTemplate := "fedora-server-tiny"
requiredTemplate := "fedora-server-medium"

for _, template := range templateList.Items {
if strings.HasPrefix(template.Name, requiredTemplate) {
Expand Down

0 comments on commit cfac3d1

Please sign in to comment.