Part3: master to controlplane in test/integration
Rename RunAMaster to RunAControlPlane
This commit is contained in:
@@ -34,7 +34,7 @@ import (
|
||||
|
||||
func TestEndpointUpdates(t *testing.T) {
|
||||
masterConfig := framework.NewIntegrationTestControlPlaneConfig()
|
||||
_, server, closeFn := framework.RunAMaster(masterConfig)
|
||||
_, server, closeFn := framework.RunAnAPIServer(masterConfig)
|
||||
defer closeFn()
|
||||
|
||||
config := restclient.Config{Host: server.URL}
|
||||
|
Reference in New Issue
Block a user