Update packer-plugin-sdk/acctest/provisioneracc/provisioners.go

Co-authored-by: Sylvia Moss <moss@hashicorp.com>
pull/10355/head
Megan Marsh 6 years ago committed by GitHub
parent 3c346867f4
commit 2797c686e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -282,7 +282,7 @@ func writeJsonTemplate(out *bytes.Buffer, filePath string, t *testing.T) {
// BuilderAcceptance is specialized tooling implemented by individual builders
// To add your builder to the provisioner testing framework, create a struct
// that implements the this interface, add it to the BuildersAccTest map below.
// that implements this interface, add it to the BuildersAccTest map below.
// TODO add this interface to the plugin server so that Packer can request it
// From the plugin rather than importing it here.
type BuilderAcceptance interface {

Loading…
Cancel
Save