fix(test): finish fixing organisation refactoring tests failures
This commit is contained in:
parent
921822239b
commit
c7b1284606
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