Skip to content

Commit aee272a

Browse files
committed
use const
1 parent a12c684 commit aee272a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/services/container/container_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ func isContainerPresent(tt *acctest.TestTools, n string) resource.TestCheckFunc
575575
func isContainerDestroyed(tt *acctest.TestTools) resource.TestCheckFunc {
576576
return func(state *terraform.State) error {
577577
for _, rs := range state.RootModule().Resources {
578-
if rs.Type != "scaleway_container_namespace" {
578+
if rs.Type != containerNamespaceResource {
579579
continue
580580
}
581581

0 commit comments

Comments
 (0)