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
… present
  • Loading branch information
remyleone committed Dec 26, 2024
1 parent 93859f4 commit 28cec83
Showing 1 changed file with 1 addition and 1 deletion.
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.GetNamespace(&registrySDK.GetNamespaceRequest{
NamespaceID: id,
Region: region,
})
Expand Down

0 comments on commit 28cec83

Please sign in to comment.