Skip to content

Commit

Permalink
Apply go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Shilpa-Gokul committed Feb 28, 2024
1 parent 759ae9c commit 6e6699a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/extended/prometheus/prometheus.go
Expand Up @@ -377,7 +377,7 @@ var _ = g.Describe("[sig-instrumentation] Prometheus [apigroup:image.openshift.i
}
return false, nil
})).NotTo(o.HaveOccurred(), fmt.Sprintf("Did not find tsdb_samples_appended_total, tsdb_head_samples_appended_total, or prometheus_tsdb_head_samples_appended_total"))

g.By("verifying the Thanos querier service requires authentication")
err := helper.ExpectURLStatusCodeExecViaPod(ns, execPod.Name, querySvcURL, 401, 403)
o.Expect(err).NotTo(o.HaveOccurred())
Expand Down
2 changes: 1 addition & 1 deletion test/extended/util/prometheus/helpers.go
Expand Up @@ -6,7 +6,6 @@ import (
"encoding/json"
"fmt"
"io"
e2eoutput "k8s.io/kubernetes/test/e2e/framework/pod/output"
"net/http"
"net/url"
"strconv"
Expand All @@ -29,6 +28,7 @@ import (
clientset "k8s.io/client-go/kubernetes"
watchtools "k8s.io/client-go/tools/watch"
"k8s.io/kubernetes/test/e2e/framework"
e2eoutput "k8s.io/kubernetes/test/e2e/framework/pod/output"
)

const (
Expand Down

0 comments on commit 6e6699a

Please sign in to comment.