Skip to content

Commit

Permalink
Fix Lint Error
Browse files Browse the repository at this point in the history
  • Loading branch information
pramodbindal committed Oct 10, 2024
1 parent 22e10f5 commit 9e24c90
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/pipelinerunmetrics/metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,6 @@ func TestRecordRunningPipelineRunsCountAtPipelineLevel(t *testing.T) {
checkLastValueDataForTags(t, "running_pipelineruns", map[string]string{"namespace": "testns1", "pipeline": "anonymous"}, 1)
checkLastValueDataForTags(t, "running_pipelineruns", map[string]string{"namespace": "testns2", "pipeline": "anonymous"}, 2)
checkLastValueDataForTags(t, "running_pipelineruns", map[string]string{"namespace": "testns3", "pipeline": "anonymous"}, 4)

}

func TestRecordRunningPipelineRunsResolutionWaitCounts(t *testing.T) {
Expand Down Expand Up @@ -678,7 +677,6 @@ func checkLastValueDataForTags(t *testing.T, name string, wantTags map[string]st
if expected != val.Value {
t.Error("Value did not match for ", name, wantTags, ", expected", expected, "got", val.Value)
}

}
}

Expand Down

0 comments on commit 9e24c90

Please sign in to comment.