Skip to content

Commit 3a5cef1

Browse files
committed
Rearranging users to make tests pass
1 parent 4f23a6c commit 3a5cef1

File tree

1 file changed

+2
-2
lines changed
  • x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/authc/esnative/tool

1 file changed

+2
-2
lines changed

x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/authc/esnative/tool/SetupPasswordTool.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
public class SetupPasswordTool extends LoggingAwareMultiCommand {
6565

6666
private static final char[] CHARS = ("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789").toCharArray();
67-
public static final List<String> USERS = asList(ElasticUser.NAME, KibanaUser.NAME, LogstashSystemUser.NAME,
68-
BeatsSystemUser.NAME, APMSystemUser.NAME);
67+
public static final List<String> USERS = asList(ElasticUser.NAME, APMSystemUser.NAME, KibanaUser.NAME, LogstashSystemUser.NAME,
68+
BeatsSystemUser.NAME);
6969

7070
private final BiFunction<Environment, Settings, CommandLineHttpClient> clientFunction;
7171
private final CheckedFunction<Environment, KeyStoreWrapper, Exception> keyStoreFunction;

0 commit comments

Comments
 (0)