Skip to content

Commit 4c05736

Browse files
kertalkibanamachine
authored andcommitted
[Discover] Fix indices permission for multiline test (#111284)
1 parent b440340 commit 4c05736

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/functional/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ export default async function ({ readConfigFile }) {
287287
cluster: [],
288288
indices: [
289289
{
290-
names: ['message_with_newline'],
290+
names: ['newline-test'],
291291
privileges: ['read', 'view_index_metadata'],
292292
field_security: { grant: ['*'], except: [] },
293293
},

0 commit comments

Comments
 (0)