We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b2d553 commit 74305b5Copy full SHA for 74305b5
distribution/tools/server-cli/src/test/java/org/elasticsearch/server/cli/ServerCliTests.java
@@ -251,7 +251,7 @@ public void assertKeystorePassword(String password) throws Exception {
251
public void testKeystorePassword() throws Exception {
252
assertKeystorePassword(null); // no keystore exists
253
assertKeystorePassword("");
254
- assertKeystorePassword("dummypassword");
+ assertKeystorePassword("a-dummy-password");
255
}
256
257
public void testCloseStopsServer() throws Exception {
0 commit comments