We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade2b57 commit 8d1ae01Copy full SHA for 8d1ae01
x-pack/plugins/lens/public/indexpattern_datasource/loader.test.ts
@@ -318,7 +318,6 @@ describe('loader', () => {
318
a: sampleIndexPatterns.a,
319
},
320
layers: {},
321
- showEmptyFields: false,
322
});
323
expect(storage.set).toHaveBeenCalledWith('lens-settings', {
324
indexPatternId: 'a',
@@ -341,7 +340,6 @@ describe('loader', () => {
341
340
b: sampleIndexPatterns.b,
342
343
344
345
346
347
0 commit comments