Skip to content

Commit

Permalink
Utils: Tests: Maintain go1.15 compatibility in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Anaethelion committed Mar 22, 2021
1 parent c6924b7 commit ea201ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esutil/bulk_indexer_internal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ func TestBulkIndexer(t *testing.T) {
return &http.Response{
StatusCode: http.StatusOK,
Status: "200 OK",
Body: io.NopCloser(bytes.NewBuffer(nil)),
Body: ioutil.NopCloser(bytes.NewBuffer(nil)),
}, nil
},
},
Expand Down

0 comments on commit ea201ac

Please sign in to comment.