Skip to content

Commit

Permalink
FTR should use the new kibana_system user
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolf committed Dec 4, 2021
1 parent 8533ced commit fda962d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-test/src/kbn/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const kibanaTestUser = {
};

export const kibanaServerTestUser = {
username: env.TEST_KIBANA_SERVER_USER || 'kibana',
username: env.TEST_KIBANA_SERVER_USER || 'kibana_system',
password: env.TEST_KIBANA_SERVER_PASS || 'changeme',
};

Expand Down

0 comments on commit fda962d

Please sign in to comment.