Skip to content

Commit

Permalink
Fixed error type
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Oct 21, 2024
1 parent 4ab3f65 commit c8486b1
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: "json_parse_exception",
Type: "parse_exception",
},
},
{
Expand Down

0 comments on commit c8486b1

Please sign in to comment.