Skip to content

Commit

Permalink
Merge pull request #276 from dlorenc/it
Browse files Browse the repository at this point in the history
Fix addons integration test.
  • Loading branch information
dlorenc authored Jul 6, 2016
2 parents 57a865d + 7885c38 commit 10364bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/addons_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
)

var (
addonManagerCmd = []string{"get", "pod", "kube-addon-manager-127.0.0.1", "--namespace=kube-system"}
addonManagerCmd = []string{"get", "pod", "kube-addon-manager-minikubevm", "--namespace=kube-system"}
dashboardRcCmd = []string{"get", "rc", "kubernetes-dashboard", "--namespace=kube-system"}
dashboardSvcCmd = []string{"get", "svc", "kubernetes-dashboard", "--namespace=kube-system"}
)
Expand Down

0 comments on commit 10364bc

Please sign in to comment.