Rename PluginsEnvVarPluginLoader to stop stutter

This commit is contained in:
tcharding
2017-08-31 16:36:17 +10:00
parent 86f1d74a69
commit 91eaa8a308
3 changed files with 5 additions and 5 deletions

View File

@@ -109,7 +109,7 @@ func TestUnexistentDirectoryPluginLoader(t *testing.T) {
}
}
func TestPluginsEnvVarPluginLoader(t *testing.T) {
func TestKubectlPluginsPathPluginLoader(t *testing.T) {
tmp, err := setupValidPlugins(1, 0)
if err != nil {
t.Fatalf("unexpected error: %v", err)
@@ -120,7 +120,7 @@ func TestPluginsEnvVarPluginLoader(t *testing.T) {
os.Setenv(env, tmp)
defer os.Unsetenv(env)
loader := PluginsEnvVarPluginLoader()
loader := KubectlPluginsPathPluginLoader()
plugins, err := loader.Load()
if err != nil {