packer/rpc: fix dropped error

This commit is contained in:
Lars Lehtonen 2019-11-04 12:58:16 -08:00
parent 67afbe6fb7
commit 699614b500
No known key found for this signature in database
GPG Key ID: 8137D474EBCB04F2
1 changed files with 3 additions and 0 deletions

View File

@ -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{