Skip to content

Commit

Permalink
Updating error type returned from ES
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Dec 13, 2024
1 parent 5396eca commit 2a60ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/bulk/bulk_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func TestBulkCreate(t *testing.T) {
Index: string([]byte{0xfe, 0xfe, 0xff, 0xff}),
Err: es.ErrElastic{
Status: 400,
Type: "parse_exception",
Type: "x_content_parse_exception",
},
},
{
Expand Down

0 comments on commit 2a60ee2

Please sign in to comment.