mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-18 22:11:39 -04:00
added test cases for getters
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user