diff --git a/builder/amazon/common/block_device_test.go b/builder/amazon/common/block_device_test.go index d54ec5cca..c19d76b8e 100644 --- a/builder/amazon/common/block_device_test.go +++ b/builder/amazon/common/block_device_test.go @@ -7,7 +7,7 @@ import ( "github.com/aws/aws-sdk-go/service/ec2" "github.com/google/go-cmp/cmp" "github.com/hashicorp/packer/packer-plugin-sdk/template/config" - "github.com/hashicorp/packer/packer-plugin-sdk/template/interpolate" + "github.com/hashicorp/packer/packer-plugin-sdk/template/interpolate" ) func TestBlockDevice(t *testing.T) {