Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Sep 10, 2021
1 parent 87c4c87 commit 05705bc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,15 @@ export default function ({ getService }) {
aggregatable: false,
searchable: false,
readFromDocValues: false,
metadata_field: true,
},
{
name: 'meta2',
type: 'string',
aggregatable: false,
searchable: false,
readFromDocValues: false,
metadata_field: true,
},
],
});
Expand Down

0 comments on commit 05705bc

Please sign in to comment.