Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
khushijain21 committed Dec 16, 2024
1 parent 84b169c commit a33c18a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions receiver/otlpjsonfilereceiver/file_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ func TestFileMetricsReceiverWithReplay(t *testing.T) {
cfg.Config.StartAt = "beginning"
cfg.ReplayFile = true
cfg.Config.PollInterval = 5 * time.Second
cfg.IncludeFileName = false

sink := new(consumertest.MetricsSink)
receiver, err := factory.CreateMetrics(context.Background(), receivertest.NewNopSettings(), cfg, sink)
Expand Down

0 comments on commit a33c18a

Please sign in to comment.