Skip to content

Commit

Permalink
Log URNS
Browse files Browse the repository at this point in the history
  • Loading branch information
lblackstone committed Aug 31, 2020
1 parent 7177b50 commit eedee40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/sdk/nodejs/examples/examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ func TestAccHelmApiVersions(t *testing.T) {
t *testing.T, stackInfo integration.RuntimeValidationStackInfo,
) {
assert.NotNil(t, stackInfo.Deployment)
for _, r := range stackInfo.Deployment.Resources {
t.Logf("%s", r.URN)
}
assert.Equal(t, 6, len(stackInfo.Deployment.Resources))
},
EditDirs: []integration.EditDir{
Expand Down

0 comments on commit eedee40

Please sign in to comment.