Skip to content

Commit 90a26ea

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

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
@@ -123,7 +123,7 @@ var _ = g.Describe("[sig-instrumentation][Late] Platform Prometheus targets", fu
123123
e2e.Logf("Checking via pod exec status code from the scrape url %s for pod %s/%s without authorization (skip=%t)", target.ScrapeUrl, ns, pod, namespacesToSkip.Has(ns))
124124
err := wait.PollUntilContextTimeout(context.Background(), 10*time.Second, time.Minute, true, func(context.Context) (bool, error) {
125125
statusCode, execError := helper.URLStatusCodeExecViaPod(execPod.Namespace, execPod.Name, target.ScrapeUrl)
126-
e2e.Logf("The scaple url %s for pod %s/%s without authorization returned %d, %v (skip=%t)", target.ScrapeUrl, ns, pod, statusCode, execError, namespacesToSkip.Has(ns))
126+
e2e.Logf("The scrape url %s for pod %s/%s without authorization returned %d, %v (skip=%t)", target.ScrapeUrl, ns, pod, statusCode, execError, namespacesToSkip.Has(ns))
127127
if expected.Has(statusCode) {
128128
return true, nil
129129
}

0 commit comments

Comments
 (0)