Skip to content

Commit

Permalink
Merge pull request stolostron#36 from stolostron/custom_cert
Browse files Browse the repository at this point in the history
custome cert
  • Loading branch information
quchangl-github authored May 16, 2022
2 parents a7e2ccb + 98a7ddb commit 7f60d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pkg/tests/observability_route_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ var _ = Describe("", func() {
testOptions.HubCluster.KubeContext)
})

It("@BVT - [P1][Sev1][observability][Integration] Should access metrics via rbac-query-proxy route (route/g0)", func() {
It("RHACM4K-1693: Observability: Verify Observability working with new OCP API Server certs - @BVT - [P1][Sev1][observability][Integration] Should access metrics via rbac-query-proxy route (route/g0)", func() {
Eventually(func() error {
query := "/api/v1/query?query=cluster_version"
url := "https://rbac-query-proxy-open-cluster-management-observability.apps." + testOptions.HubCluster.BaseDomain + query
Expand Down

0 comments on commit 7f60d41

Please sign in to comment.