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 37ad4ed commit 3133b1fCopy full SHA for 3133b1f
sumologic/resource_sumologic_macro_test.go
@@ -99,7 +99,7 @@ func testAccCheckMacroDestroy(macro Macro) resource.TestCheckFunc {
99
client := testAccProvider.Meta().(*Client)
100
for _, r := range s.RootModule().Resources {
101
id := r.Primary.ID
102
- u, err := client.MutingSchedulesRead(id)
+ u, err := client.GetMacro(id)
103
if err != nil {
104
return fmt.Errorf("Encountered an error: " + err.Error())
105
}
0 commit comments