Skip to content

Commit

Permalink
[Discover] Making source filters test run with fields API
Browse files Browse the repository at this point in the history
  • Loading branch information
Maja Grubic committed Feb 15, 2021
1 parent 6ea2fdc commit 9fbed9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/discover/_source_filters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await esArchiver.loadIfNeeded('logstash_functional');

await kibanaServer.uiSettings.update({
'discover:searchFieldsFromSource': true,
'discover:searchFieldsFromSource': false,
});

log.debug('discover');
Expand Down

0 comments on commit 9fbed9d

Please sign in to comment.