change port of tests for federated-apiserver to avoid conflict

This commit is contained in:
jianhuiz 2016-05-02 11:25:45 -07:00
parent 928990730e
commit e5bb7559b5

View File

@ -74,7 +74,7 @@ func TestLongRunningRequestRegexp(t *testing.T) {
} }
} }
var insecurePort = 8081 var insecurePort = 8082
var serverIP = fmt.Sprintf("http://localhost:%v", insecurePort) var serverIP = fmt.Sprintf("http://localhost:%v", insecurePort)
var groupVersion = fed_v1a1.SchemeGroupVersion var groupVersion = fed_v1a1.SchemeGroupVersion