improve test

This commit is contained in:
Sas Swart
2025-02-12 12:11:41 +00:00
parent 63b57707eb
commit ce013a52aa
2 changed files with 12 additions and 13 deletions

View File

@ -17,9 +17,8 @@ type Preset struct {
}
type PresetParameter struct {
PresetID uuid.UUID
Name string
Value string
Name string
Value string
}
// TemplateVersionPresets returns the presets associated with a template version.