Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetrergeru committed Oct 9, 2024
1 parent 78192ce commit bbd135e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metric_source/local/local_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ func TestLocalSourceApplyByNode(t *testing.T) {
StopTime: retentionUntil,
StepTime: retention,
Values: []float64{1, 2, 3, 4, 5},
Wildcard: true,
Wildcard: false,
},
},
Metrics: []string{
Expand Down

0 comments on commit bbd135e

Please sign in to comment.