Skip to content

Commit

Permalink
fix a few other failures
Browse files Browse the repository at this point in the history
  • Loading branch information
restrry committed Jan 15, 2022
1 parent 8e5f470 commit fdfcf73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@
"map" : {
"properties" : {
"bounds" : {
"type" : "geo_shape",
"tree" : "quadtree"
"type" : "geo_shape"
},
"description" : {
"type" : "text"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ export default function annotationApiTests({ getService }: FtrProviderContext) {

const { _source, _id, _index } = response.body;

// the test can be executed against a ES version with or without _type support
delete response.body._type;
expect(response.body).to.eql({
_index,
_id,
Expand Down

0 comments on commit fdfcf73

Please sign in to comment.