Skip to content

Commit

Permalink
feat: address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulguptajss committed Oct 30, 2024
1 parent 58538e8 commit 4d7e8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tools/template/template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ func visitTemplates(t *testing.T, eachTemplate func(path string, model Model), d
if ext != ".yaml" {
return nil
}
if strings.HasSuffix(path, "custom.yaml") || strings.HasSuffix(path, "default.yaml") {
if strings.HasSuffix(path, "custom.yaml") || strings.HasSuffix(path, "default.yaml") || strings.HasSuffix(path, "static_counter_definitions.yaml") {
return nil
}
model, err := ReadTemplate(path)
Expand Down

0 comments on commit 4d7e8e9

Please sign in to comment.