Skip to content

Commit ca21e52

Browse files
committed
Fix iot
1 parent d3650ae commit ca21e52

File tree

2 files changed

+185
-381
lines changed

2 files changed

+185
-381
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)