Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
remyleone committed Feb 5, 2025
1 parent 5dc4eda commit e751d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/webhosting/webhosting_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func testAccCheckWebhostingDestroy(tt *acctest.TestTools) resource.TestCheckFunc
return err
}

res, err := api.GetHosting(&webhostingSDK.GetHostingRequest{
res, err := api.WaitForHosting(&webhostingSDK.WaitForHostingRequest{
HostingID: id,
Region: region,
})
Expand Down

0 comments on commit e751d2b

Please sign in to comment.