packer/rpc: fix dropped error

pull/8316/head
Lars Lehtonen 6 years ago
parent 67afbe6fb7
commit 699614b500
No known key found for this signature in database
GPG Key ID: 8137D474EBCB04F2

@ -112,6 +112,9 @@ func TestPostProcessorRPC_cancel(t *testing.T) {
// Test Configure
config := 42
err := ppClient.Configure(config)
if err != nil {
t.Fatalf("error configuring post-processor client: %s", err)
}
// Test PostProcess
a := &packer.MockArtifact{

Loading…
Cancel
Save