diff --git a/dev-tools/integration/.env b/dev-tools/integration/.env index b084290c0..35f3505ac 100644 --- a/dev-tools/integration/.env +++ b/dev-tools/integration/.env @@ -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=9.0.0-066bfb9c-SNAPSHOT +ELASTICSEARCH_VERSION=9.0.0-43c887b6-SNAPSHOT ELASTICSEARCH_USERNAME=elastic ELASTICSEARCH_PASSWORD=changeme TEST_ELASTICSEARCH_HOSTS=localhost:9200 diff --git a/internal/pkg/bulk/bulk_integration_test.go b/internal/pkg/bulk/bulk_integration_test.go index efc329ad1..ddea6c5a9 100644 --- a/internal/pkg/bulk/bulk_integration_test.go +++ b/internal/pkg/bulk/bulk_integration_test.go @@ -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", }, }, {