Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

Commit

Permalink
Updates validation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
m-sandusky committed Oct 24, 2017
1 parent 91ad2b2 commit 8590e44
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions rules/validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -651,8 +651,9 @@ func testTagNameRollupRulesConfig() []*schema.RollupRule {
Tombstoned: false,
Targets: []*schema.RollupTarget{
&schema.RollupTarget{
Name: "rName1",
Tags: []string{"rtagName1", "rtagName2$", "$"},
Name: "rName1",
Tags: []string{"rtagName1", "rtagName2$", "$"},
Policies: testPolicies(),
},
},
},
Expand All @@ -671,8 +672,9 @@ func testMetricNameRollupRulesConfig() []*schema.RollupRule {
Tombstoned: false,
Targets: []*schema.RollupTarget{
&schema.RollupTarget{
Name: "rName$1",
Tags: []string{"rtagName1", "rtagName2"},
Name: "rName$1",
Tags: []string{"rtagName1", "rtagName2"},
Policies: testPolicies(),
},
},
},
Expand Down

0 comments on commit 8590e44

Please sign in to comment.