clear env var check for unit test

This commit is contained in:
deads2k 2016-02-05 14:21:49 -05:00
parent 6485584fca
commit 49529a0aa5

View File

@ -66,6 +66,7 @@ func (test currentContextTest) run(t *testing.T) {
pathOptions := NewDefaultPathOptions()
pathOptions.GlobalFile = fakeKubeFile.Name()
pathOptions.EnvVar = ""
options := CurrentContextOptions{
ConfigAccess: pathOptions,
}