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 3d8a4b8 commit 9619b26Copy full SHA for 9619b26
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