mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 18:24:07 +00:00
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 []()
This commit is contained in:
commit
49bf9d39bc
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user