Skip to content

Commit

Permalink
fix loki process stages test
Browse files Browse the repository at this point in the history
  • Loading branch information
wildum committed Sep 11, 2024
1 parent e882ba1 commit cff58f7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions internal/component/loki/process/stages/metric_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -431,14 +431,6 @@ func TestMetricStage_Process(t *testing.T) {
Value: trueVal,
Action: metric.CounterInc,
}},
{
Counter: &metric.CounterConfig{
Name: "contains_false",
Description: "contains_false",
Source: "contains_false",
Value: trueVal,
Action: metric.CounterAdd,
}},
{
Counter: &metric.CounterConfig{
Name: "matches",
Expand Down

0 comments on commit cff58f7

Please sign in to comment.