Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Jan 13, 2021
1 parent bc96725 commit 458fb43
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions pkg/minikube/kubeconfig/kubeconfig_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,28 +183,6 @@ users:
client-key: /home/la-croix/.minikube/profiles/minikube/client.key
`)

var kubeConfigWithExtension = []byte(`
apiVersion: v1
clusters:
- cluster:
certificate-authority: /home/la-croix/.minikube/ca.crt
server: https://192.168.10.100:8080
name: minikube
contexts:
- context:
cluster: minikube
user: minikube
name: minikube
current-context: minikube
kind: Config
preferences: {}
users:
- name: minikube
user:
client-certificate: /home/la-croix/.minikube/profiles/minikube/client.crt
client-key: /home/la-croix/.minikube/profiles/minikube/client.key
`)

func TestUpdate(t *testing.T) {
setupCfg := &Settings{
ClusterName: "test",
Expand Down

0 comments on commit 458fb43

Please sign in to comment.