diff --git a/test/utils/utils.go b/test/utils/utils.go index 2fc70a7a..1e4de09d 100644 --- a/test/utils/utils.go +++ b/test/utils/utils.go @@ -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 {