mailgun: fixup go vet problem in test
This commit is contained in:
parent
3941e623e8
commit
a83d1bab23
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue