Skip to content

Commit

Permalink
changed value of max samples stored in test files
Browse files Browse the repository at this point in the history
  • Loading branch information
mirackara committed Jun 29, 2022
1 parent defc96d commit aedd70f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions v3/newrelic/config_test.go
Expand Up @@ -145,7 +145,10 @@ func TestCopyConfigReferenceFieldsPresent(t *testing.T) {
"Enabled":true
},
"CrossApplicationTracer":{"Enabled":false},
"CustomInsightsEvents":{"Enabled":true},
"CustomInsightsEvents":{
"Enabled":true,
"MaxSamplesStored":10000
},
"DatastoreTracer":{
"DatabaseNameReporting":{"Enabled":true},
"InstanceReporting":{"Enabled":true},
Expand Down Expand Up @@ -333,7 +336,10 @@ func TestCopyConfigReferenceFieldsAbsent(t *testing.T) {
"Enabled":true
},
"CrossApplicationTracer":{"Enabled":false},
"CustomInsightsEvents":{"Enabled":true},
"CustomInsightsEvents":{
"Enabled":true,
"MaxSamplesStored":10000
},
"DatastoreTracer":{
"DatabaseNameReporting":{"Enabled":true},
"InstanceReporting":{"Enabled":true},
Expand Down

0 comments on commit aedd70f

Please sign in to comment.