added test cases for getters

anshul/plugin_binary_from_official_site
anshul sharma 7 months ago
parent 598387fe46
commit 3e60c779b5

@ -1,10 +1,11 @@
package release
import (
"testing"
"github.com/hashicorp/packer/hcl2template/addrs"
plugingetter "github.com/hashicorp/packer/packer/plugin-getter"
"github.com/stretchr/testify/assert"
"testing"
)
func TestInit(t *testing.T) {

Loading…
Cancel
Save