mailgun: fixup go vet problem in test

This commit is contained in:
Paul Hinze 2016-01-21 13:02:26 -06:00
parent 3941e623e8
commit a83d1bab23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ func testAccCheckMailgunDomainDestroy(s *terraform.State) error {
resp, err := client.RetrieveDomain(rs.Primary.ID)
if err == nil {
return fmt.Errorf("Domain still exists: %s", resp)
return fmt.Errorf("Domain still exists: %#v", resp)
}
}