We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb48e4 commit 89668a0Copy full SHA for 89668a0
receiver/mongodbatlasreceiver/config_test.go
@@ -361,7 +361,6 @@ func TestLoadConfig(t *testing.T) {
361
362
expected := factory.CreateDefaultConfig().(*Config)
363
expected.MetricsBuilderConfig = metadata.DefaultMetricsBuilderConfig()
364
- expected.BaseURL = "https://cloud.mongodb.com"
365
expected.PrivateKey = "my-private-key"
366
expected.PublicKey = "my-public-key"
367
expected.Logs = LogConfig{
0 commit comments