We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9481d commit 1c9b089Copy full SHA for 1c9b089
sumologic/resource_sumologic_content_test.go
@@ -89,7 +89,7 @@ func testAccCheckContentDestroy(content Content) resource.TestCheckFunc {
89
client := testAccProvider.Meta().(*Client)
90
_, err := client.GetContent(content.ID, time.Minute)
91
if err == nil {
92
- return fmt.Errorf("Content still exists")
+ return fmt.Errorf("Content(id=%s) still exists", content.ID)
93
}
94
return nil
95
0 commit comments