Skip to content

Commit

Permalink
fix functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Nov 15, 2019
1 parent ec25a01 commit 940d711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/maps/embeddable/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 940d711

Please sign in to comment.