Skip to content

Commit

Permalink
test: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebianchi committed Jul 19, 2023
1 parent 173c001 commit 985b84c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1981,7 +1981,6 @@ filter_policy {
require.Equal(t, http.StatusOK, w.Result().StatusCode)

responseBody := getResponseBody(t, w)
require.Contains(t, string(responseBody), "go_gc_duration_seconds")
require.Contains(t, string(responseBody), fmt.Sprintf("rond_%s", metrics.PolicyEvalDurationMetricName))
})
}
Expand Down

0 comments on commit 985b84c

Please sign in to comment.