Skip to content

Commit 9619b26

Browse files
authored
chore(flexibleip): use wait in ip destroy check (#2913)
1 parent 3d8a4b8 commit 9619b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/services/flexibleip/ip_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ func testAccCheckFlexibleIPDestroy(tt *acctest.TestTools) resource.TestCheckFunc
334334
return err
335335
}
336336

337-
_, err = fipAPI.GetFlexibleIP(&flexibleipSDK.GetFlexibleIPRequest{
337+
_, err = fipAPI.WaitForFlexibleIP(&flexibleipSDK.WaitForFlexibleIPRequest{
338338
FipID: id,
339339
Zone: zone,
340340
})

0 commit comments

Comments
 (0)