Skip to content

Commit 63cd30e

Browse files
committed
use diff port for TestCreateConfigWithoutWebHooks from TestCreateConfig
1 parent b7b8942 commit 63cd30e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/src/k8s.io/cloud-provider/options/options_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ func TestCreateConfigWithoutWebHooks(t *testing.T) {
481481
"--allocate-node-cidrs=true",
482482
"--authorization-always-allow-paths=",
483483
"--bind-address=0.0.0.0",
484-
"--secure-port=10200",
484+
"--secure-port=10400",
485485
fmt.Sprintf("--cert-dir=%s/certs", tmpdir),
486486
"--cloud-provider=aws",
487487
"--cluster-cidr=1.2.3.4/24",

0 commit comments

Comments
 (0)