fix(test): finish fixing organisation refactoring tests failures
All checks were successful
test / test (push) Successful in 13s

This commit is contained in:
Richard Robert Reitz 2025-10-07 17:21:38 +02:00
parent ce2fb4208d
commit ce801f30d0

View file

@ -116,7 +116,6 @@ func (m *Metadata) Validate() error {
return fmt.Errorf("metadata.appVersion is required")
}
// Validate version format
if strings.TrimSpace(m.AppVersion) != m.AppVersion {
return fmt.Errorf("metadata.appVersion cannot have leading/trailing whitespace")
}