Skip to content

Commit

Permalink
fix: ensure that a GetNamespace is used to ensure that a namespace is… (
Browse files Browse the repository at this point in the history
#2859)

* fix: ensure that a GetNamespace is used to ensure that a namespace is present

* Fix

* Fix

* Fix
  • Loading branch information
remyleone authored Dec 27, 2024
1 parent 93859f4 commit a897479
Show file tree
Hide file tree
Showing 4 changed files with 3,248 additions and 2,253 deletions.
2 changes: 1 addition & 1 deletion internal/services/registry/namespace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func isNamespaceDestroyed(tt *acctest.TestTools) resource.TestCheckFunc {
return err
}

_, err = api.DeleteNamespace(&registrySDK.DeleteNamespaceRequest{
_, err = api.WaitForNamespace(&registrySDK.WaitForNamespaceRequest{
NamespaceID: id,
Region: region,
})
Expand Down
Loading

0 comments on commit a897479

Please sign in to comment.