Skip to content

Commit

Permalink
[SharedUX] Elasticsearch deprecation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Jan 6, 2025
1 parent 0b8ae36 commit 6f47c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/accessibility/apps/group3/reporting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const createReportingUser = async () => {
await security.user.create(reporting.REPORTING_USER_USERNAME, {
password: reporting.REPORTING_USER_PASSWORD,
roles: ['data_analyst', 'kibana_user'],
roles: ['data_analyst', 'kibana_admin'],
full_name: 'a reporting user',
});
};
Expand Down

0 comments on commit 6f47c2a

Please sign in to comment.