Skip to content

Commit

Permalink
Update test/utils/utils.go
Browse files Browse the repository at this point in the history
Co-authored-by: Gus Parvin <gparvin@redhat.com>
  • Loading branch information
dhaiducek and gparvin committed Nov 17, 2022
1 parent 4cbf4af commit 82c2a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ func GetLastEvaluated(configPolicy *unstructured.Unstructured) (string, int64) {
return lastEvaluated, lastEvaluatedGeneration
}

// GetMetrics execs into the propagator pod and curls the metrics endpoint, filters
// GetMetrics execs into the config-policy-controller pod and curls the metrics endpoint, filters
// the response with the given patterns, and returns the value(s) for the matching
// metric(s).
func GetMetrics(metricPatterns ...string) []string {
Expand Down

0 comments on commit 82c2a18

Please sign in to comment.