Skip to content

Commit

Permalink
Use ingress-canary route for testing instead of console since the con…
Browse files Browse the repository at this point in the history
…sole might be disabled
  • Loading branch information
bparees committed Jan 23, 2023
1 parent 2154d73 commit 338cec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extended/operators/routable.go
Expand Up @@ -63,7 +63,7 @@ var _ = g.Describe("[sig-arch] Managed cluster", func() {
path string
expect []int
}{
{ns: "openshift-console", name: "console", scheme: "https", path: "", expect: []int{200}},
{ns: "openshift-ingress-canary", name: "canary", scheme: "https", path: "", expect: []int{200}},
{ns: "openshift-monitoring", name: "prometheus-k8s", scheme: "https", path: "api/v1/targets", expect: []int{403, 401}},
}
for _, r := range routes {
Expand Down

0 comments on commit 338cec1

Please sign in to comment.