diff --git a/x-pack/test/functional/apps/maps/embeddable/dashboard.js b/x-pack/test/functional/apps/maps/embeddable/dashboard.js index f458c38093e4f..0bc764b0d76bd 100644 --- a/x-pack/test/functional/apps/maps/embeddable/dashboard.js +++ b/x-pack/test/functional/apps/maps/embeddable/dashboard.js @@ -40,7 +40,7 @@ export default function ({ getPageObjects, getService }) { it('should pass index patterns to container', async () => { const indexPatterns = await filterBar.getIndexPatterns(); - expect(indexPatterns).to.equal('geo_shapes*,meta_for_geo_shapes*,logstash-*'); + expect(indexPatterns).to.equal('meta_for_geo_shapes*,logstash-*'); }); it('should populate inspector with requests for map embeddable', async () => {