mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 18:58:18 +00:00
Revert "Enable v3 Client as the default on UTs"
This commit is contained in:
@@ -44,7 +44,7 @@ import (
|
||||
|
||||
// setUp is a convience function for setting up for (most) tests.
|
||||
func setUp(t *testing.T) (GenericAPIServer, *etcdtesting.EtcdTestServer, Config, *assert.Assertions) {
|
||||
etcdServer, _ := etcdtesting.NewUnsecuredEtcd3TestClientServer(t)
|
||||
etcdServer := etcdtesting.NewEtcdTestClientServer(t)
|
||||
|
||||
genericapiserver := GenericAPIServer{}
|
||||
config := Config{}
|
||||
|
||||
Reference in New Issue
Block a user