Skip to content

Commit ac078b0

Browse files
committed
Fix
1 parent a307058 commit ac078b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/services/iot/hub_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ func isHubDestroyed(tt *acctest.TestTools) resource.TestCheckFunc {
119119
return err
120120
}
121121

122-
_, err = iotAPI.GetHub(&iotSDK.GetHubRequest{
122+
_, err = iotAPI.WaitForHub(&iotSDK.WaitForHubRequest{
123123
Region: region,
124124
HubID: hubID,
125125
})

0 commit comments

Comments
 (0)