Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Jan 14, 2024
1 parent 244896e commit a9315ac
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@ describe('IndexPatternsApiClient', () => {
query: {
allow_hidden: undefined,
allow_no_index: undefined,
apiVersion: '1',
apiVersion: '1', // version passed through query params for caching
fields: undefined,
include_unmapped: undefined,
meta_fields: undefined,
pattern: 'blah',
rollup_index: undefined,
type: undefined,
},
version: '1', // version header
});
});
});

0 comments on commit a9315ac

Please sign in to comment.