Skip to content

Commit cfb02c7

Browse files
sreyaThomasK33
authored andcommitted
remove comment
1 parent f1dabf7 commit cfb02c7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

provisioner/terraform/resources_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,9 +1334,6 @@ func TestMetadata(t *testing.T) {
13341334
require.Len(t, state.Resources[0].Metadata, 1)
13351335
require.Equal(t, "test", state.Resources[0].Metadata[0].Key)
13361336
require.Equal(t, "value", state.Resources[0].Metadata[0].Value)
1337-
1338-
// When resource_id is not found, it falls back to graph traversal
1339-
// We can't easily verify the warning was logged without access to the log capture API
13401337
})
13411338
})
13421339
}

0 commit comments

Comments
 (0)