packer-cn/builder/hyperv/common/config_test.go
2017-04-04 13:39:01 -07:00

12 lines
186 B
Go

package common
import (
"testing"
"github.com/hashicorp/packer/template/interpolate"
)
func testConfigTemplate(t *testing.T) *interpolate.Context {
return &interpolate.Context{}
}