Skip to content

Commit

Permalink
[ignore] Add acceptance tests for mso templates of types tenant, fabr…
Browse files Browse the repository at this point in the history
…ic policy and l3out
  • Loading branch information
akinross committed Nov 4, 2024
1 parent 6585dd9 commit 73f2ddc
Show file tree
Hide file tree
Showing 2 changed files with 437 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mso/resource_mso_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func (ndoTemplate *ndoTemplate) validateConfig() []error {
}
duplicates := duplicatesInList(ndoTemplate.sites)
if len(duplicates) > 0 {
duplicatesErrors := []error{fmt.Errorf("duplication found in the sites list")}
duplicatesErrors := []error{fmt.Errorf("Duplication found in the sites list")}
for _, site := range duplicates {
duplicatesErrors = append(duplicatesErrors, fmt.Errorf(fmt.Sprintf("Site %s is duplicated", site)))
}
Expand Down
Loading

0 comments on commit 73f2ddc

Please sign in to comment.