Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
Signed-off-by: everettraven <everettraven@gmail.com>
  • Loading branch information
everettraven authored and trgeiger committed May 6, 2024
1 parent 3b8522e commit 3791977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/unpack_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ var _ = Describe("Catalog Unpacking", func() {
// the ProxyGet() call below needs an explicit port value, so if
// value from url.Port() is empty, we assume port 80.
if port == "" {
port = "80"
port = "443"
}
resp := kubeClient.CoreV1().Services(ns).ProxyGet(url.Scheme, name, port, url.Path, map[string]string{})
rc, err := resp.Stream(ctx)
Expand Down

0 comments on commit 3791977

Please sign in to comment.