Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Lopez Rubio <[email protected]>
  • Loading branch information
marclop committed Jul 18, 2023
1 parent 000552d commit 563108b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appender_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ func TestAppenderFlushInterval(t *testing.T) {
}

func TestAppenderFlushMetric(t *testing.T) {
requests := make(chan esutil.BulkIndexerResponse, 0)
requests := make(chan esutil.BulkIndexerResponse)
client := docappendertest.NewMockElasticsearchClient(t, func(_ http.ResponseWriter, r *http.Request) {
_, items := docappendertest.DecodeBulkRequest(r)
select {
Expand Down

0 comments on commit 563108b

Please sign in to comment.