mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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)
|
resp, err := client.RetrieveDomain(rs.Primary.ID)
|
||||||
|
|
||||||
if err == nil {
|
if err == nil {
|
||||||
return fmt.Errorf("Domain still exists: %s", resp)
|
return fmt.Errorf("Domain still exists: %#v", resp)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user