Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
j-kap-t committed Dec 11, 2023
1 parent 90c76b5 commit 0997e00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exporter/elasticsearchexporter/logs_exporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ func TestExporter_PushEvent(t *testing.T) {
defaultCfg = *cfg
})

mustSendLogsWithAttributes(t, exporter, nil, nil)
mustSendLogsWithAttributes(t, exporter, nil, nil, "")

rec.WaitItems(1)
})
Expand Down Expand Up @@ -317,6 +317,7 @@ func TestExporter_PushEvent(t *testing.T) {
map[string]string{
indexPrefix: prefix,
},
"",
)
rec.WaitItems(1)
})
Expand Down

0 comments on commit 0997e00

Please sign in to comment.