Skip to content

Commit

Permalink
[Discover] Fix indices permission for multiline test (#111284)
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal authored Sep 8, 2021
1 parent b8acf0f commit 1b1e936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ export default async function ({ readConfigFile }) {
cluster: [],
indices: [
{
names: ['message_with_newline'],
names: ['newline-test'],
privileges: ['read', 'view_index_metadata'],
field_security: { grant: ['*'], except: [] },
},
Expand Down

0 comments on commit 1b1e936

Please sign in to comment.