Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-feld committed Mar 2, 2021
1 parent ffac4fa commit b96213a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exporter/newrelicexporter/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ func TestLoadConfig(t *testing.T) {
"weight": 3,
},
MetricsHostOverride: "alt.metrics.newrelic.com",
MetricsInsecure: true,
MetricsInsecure: true,
SpansHostOverride: "alt.spans.newrelic.com",
SpansInsecure: true,
SpansInsecure: true,
})

nrConfig := new(telemetry.Config)
Expand Down

0 comments on commit b96213a

Please sign in to comment.