fix(test): finish fixing organisation refactoring tests failures
All checks were successful
test / test (push) Successful in 13s
All checks were successful
test / test (push) Successful in 13s
This commit is contained in:
parent
ce2fb4208d
commit
ce801f30d0
1 changed files with 0 additions and 1 deletions
|
|
@ -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")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue