Skip to content

Commit

Permalink
fix: remove the metric keda_build_info from ms prometheus tests (#5014)
Browse files Browse the repository at this point in the history
  • Loading branch information
JorTurFer authored Sep 28, 2023
1 parent 345c372 commit 0cb5805
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,6 @@ func testWebhookMetricValues(t *testing.T) {
func testMetricServerMetrics(t *testing.T) {
families := fetchAndParsePrometheusMetrics(t, fmt.Sprintf("curl --insecure %s", kedaMetricsServerPrometheusURL))
checkMetricServerValues(t, families)
checkBuildInfo(t, families)
}

func testOperatorMetricValues(t *testing.T, kc *kubernetes.Clientset) {
Expand Down

0 comments on commit 0cb5805

Please sign in to comment.