Skip to content

Commit

Permalink
default config test corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
BarunKGP committed Mar 21, 2024
1 parent 302d158 commit a860326
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions internal/component/otelcol/exporter/debug/debug_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,9 @@ func Test(t *testing.T) {
}{
{
testName: "defaultConfig",
args: `
verbosity = "basic"
sampling_initial = 2
sampling_thereafter = 500
`,
args: ``,
expectedReturn: debugexporter.Config{
Verbosity: configtelemetry.LevelBasic,
Verbosity: configtelemetry.LevelNormal,
SamplingInitial: 2,
SamplingThereafter: 500,
},
Expand Down

0 comments on commit a860326

Please sign in to comment.