Skip to content

Commit 1957643

Browse files
Update test/extended/prometheus/prometheus.go
Co-authored-by: Simon Pasquier <[email protected]>
1 parent 6de93bb commit 1957643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/extended/prometheus/prometheus.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ var _ = g.Describe("[sig-instrumentation][Late] Platform Prometheus targets", fu
137137
return false, fmt.Errorf("expecting status code %v but returned %d", expected.UnsortedList(), statusCode)
138138
})
139139
if err != nil && !namespacesToSkip.Has(ns) {
140-
errs = append(errs, fmt.Errorf("the scaple url %s for pod %s/%s is accessible without authorization: %w", target.ScrapeUrl, ns, pod, err))
140+
errs = append(errs, fmt.Errorf("the scrape url %s for pod %s/%s is accessible without authorization: %w", target.ScrapeUrl, ns, pod, err))
141141
}
142142
}
143143

0 commit comments

Comments
 (0)