Skip to content

Commit 819f7a8

Browse files
remyleonejremy42
authored andcommitted
fix: ensure that a GetNamespace is used to ensure that a namespace is… (#2859)
* fix: ensure that a GetNamespace is used to ensure that a namespace is present * Fix * Fix * Fix
1 parent 54fc0ce commit 819f7a8

4 files changed

+3248
-2253
lines changed

internal/services/registry/namespace_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ func isNamespaceDestroyed(tt *acctest.TestTools) resource.TestCheckFunc {
9090
return err
9191
}
9292

93-
_, err = api.DeleteNamespace(&registrySDK.DeleteNamespaceRequest{
93+
_, err = api.WaitForNamespace(&registrySDK.WaitForNamespaceRequest{
9494
NamespaceID: id,
9595
Region: region,
9696
})

0 commit comments

Comments
 (0)