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 8e34f78 commit ad89924Copy full SHA for ad89924
internal/services/flexibleip/ip_test.go
@@ -334,7 +334,7 @@ func testAccCheckFlexibleIPDestroy(tt *acctest.TestTools) resource.TestCheckFunc
334
return err
335
}
336
337
- _, err = fipAPI.GetFlexibleIP(&flexibleipSDK.GetFlexibleIPRequest{
+ _, err = fipAPI.WaitForFlexibleIP(&flexibleipSDK.WaitForFlexibleIPRequest{
338
FipID: id,
339
Zone: zone,
340
})
0 commit comments