Skip to content

Commit

Permalink
Updating error type returned from ES (#4184)
Browse files Browse the repository at this point in the history
Co-authored-by: Shaunak Kashyap <[email protected]>
  • Loading branch information
github-actions[bot] and ycombinator authored Dec 13, 2024
1 parent e3a70e9 commit 58dc1ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-tools/integration/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# If you use change this version without a pinned one, please update
# .ci/bump-elastic-stack-snapshot.yml or .github/workflows/bump-golang.yml
ELASTICSEARCH_VERSION=8.17.0-8ac6e7f5-SNAPSHOT
ELASTICSEARCH_VERSION=8.18.0-c80fb744-SNAPSHOT
ELASTICSEARCH_USERNAME=elastic
ELASTICSEARCH_PASSWORD=changeme
TEST_ELASTICSEARCH_HOSTS=localhost:9200
Expand Down
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 58dc1ad

Please sign in to comment.