Skip to content

Commit 45adafe

Browse files
committed
test: Add config field
1 parent 561da80 commit 45adafe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

v3/newrelic/config_test.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ func TestCopyConfigReferenceFieldsPresent(t *testing.T) {
167167
"Attributes":{"Enabled":false,"Exclude":["10"],"Include":["9"]},
168168
"Enabled":true
169169
},
170+
"CloudAWS":{
171+
"AccountID": ""
172+
},
170173
"CodeLevelMetrics":{"Enabled":true,"IgnoredPrefix":"","IgnoredPrefixes":null,"PathPrefix":"","PathPrefixes":null,"RedactIgnoredPrefixes":true,"RedactPathPrefixes":true,"Scope":"all"},
171174
"CrossApplicationTracer":{"Enabled":false},
172175
"CustomInsightsEvents":{
@@ -388,6 +391,9 @@ func TestCopyConfigReferenceFieldsAbsent(t *testing.T) {
388391
},
389392
"Enabled":true
390393
},
394+
"CloudAWS":{
395+
"AccountID": ""
396+
},
391397
"CodeLevelMetrics":{"Enabled":true,"IgnoredPrefix":"","IgnoredPrefixes":null,"PathPrefix":"","PathPrefixes":null,"RedactIgnoredPrefixes":true,"RedactPathPrefixes":true,"Scope":"all"},
392398
"CrossApplicationTracer":{"Enabled":false},
393399
"CustomInsightsEvents":{

0 commit comments

Comments
 (0)