update plugin name in command test

This commit is contained in:
James Bardin 2017-06-09 16:24:25 -04:00 committed by Martin Atkins
parent 840978b2d5
commit 08592c2602
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ type mockGetProvider struct {
}
func (m mockGetProvider) FileName(provider, version string) string {
return fmt.Sprintf("terraform-provider-%s-V%s-X4", provider, version)
return fmt.Sprintf("terraform-provider-%s_v%s_x4", provider, version)
}
// GetProvider will check the Providers map to see if it can find a suitable