Rename masterConfig to controlPlaneConfig
This commit is contained in:
@@ -33,8 +33,8 @@ import (
|
||||
)
|
||||
|
||||
func TestEndpointUpdates(t *testing.T) {
|
||||
masterConfig := framework.NewIntegrationTestControlPlaneConfig()
|
||||
_, server, closeFn := framework.RunAnAPIServer(masterConfig)
|
||||
controlPlaneConfig := framework.NewIntegrationTestControlPlaneConfig()
|
||||
_, server, closeFn := framework.RunAnAPIServer(controlPlaneConfig)
|
||||
defer closeFn()
|
||||
|
||||
config := restclient.Config{Host: server.URL}
|
||||
|
Reference in New Issue
Block a user