Skip to content

Commit

Permalink
provider/heroku: Output IDs on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
justincampbell committed May 1, 2017
1 parent be10d75 commit f99b0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource_heroku_pipeline_coupling_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func testAccCheckHerokuPipelineCouplingExists(n string, pipeline *heroku.Pipelin
}

if foundPipelineCoupling.ID != rs.Primary.ID {
return fmt.Errorf("PipelineCoupling not found")
return fmt.Errorf("PipelineCoupling not found: %s != %s", foundPipelineCoupling.ID, rs.Primary.ID)
}

*pipeline = *foundPipelineCoupling
Expand Down

0 comments on commit f99b0cb

Please sign in to comment.