Commit 49bf9d39 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #25044 from XiaoningDing/federation-apiserver-change-test-port

Automatic merge from submit-queue change port of tests for federated-apiserver to avoid conflict fix #24952, change port to 8082 on test @nikhiljindal [![Analytics](https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/.github/PULL_REQUEST_TEMPLATE.md?pixel)]()
parents 60db507b e5bb7559
......@@ -74,7 +74,7 @@ func TestLongRunningRequestRegexp(t *testing.T) {
}
}
var insecurePort = 8081
var insecurePort = 8082
var serverIP = fmt.Sprintf("http://localhost:%v", insecurePort)
var groupVersion = fed_v1a1.SchemeGroupVersion
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment