diff --git a/v3/newrelic/app_run_test.go b/v3/newrelic/app_run_test.go index 2f2f46488..731bc3d4d 100644 --- a/v3/newrelic/app_run_test.go +++ b/v3/newrelic/app_run_test.go @@ -326,7 +326,7 @@ func TestConfigurableTxnEvents_withCollResponse(t *testing.T) { func TestConfigurableMaxCustomEventsDefault(t *testing.T) { reply := internal.ConnectReplyDefaults() - expected := 10000 + expected := internal.MaxCustomEvents cfg := config{Config: defaultConfig()} result := newAppRun(cfg, reply).MaxCustomEvents() if result != expected {