2013-12-24 01:27:01 -05:00
|
|
|
package common
|
|
|
|
|
|
|
|
import (
|
|
|
|
"testing"
|
|
|
|
|
2017-04-04 16:39:01 -04:00
|
|
|
"github.com/hashicorp/packer/template/interpolate"
|
2015-05-27 17:30:59 -04:00
|
|
|
)
|
2013-12-24 01:27:01 -05:00
|
|
|
|
2015-05-27 17:30:59 -04:00
|
|
|
func testConfigTemplate(t *testing.T) *interpolate.Context {
|
|
|
|
return &interpolate.Context{}
|
2013-12-24 01:27:01 -05:00
|
|
|
}
|