File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
distribution/tools/server-cli/src/test/java/org/elasticsearch/server/cli Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -331,11 +331,11 @@ public void testSecureSettingsLoaderChoice() throws Exception {
331331
332332 public void testSecureSettingsLoaderWithPassword () throws Exception {
333333 var loader = setupMockKeystoreLoader ();
334- assertKeystorePassword ("aaa " );
334+ assertKeystorePassword ("aaaaaaaaaaaaaaaaaa " );
335335 assertTrue (loader .loaded );
336336 assertTrue (loader .bootstrapped );
337337 // the password we read should match what we passed in
338- assertEquals ("aaa " , loader .password );
338+ assertEquals ("aaaaaaaaaaaaaaaaaa " , loader .password );
339339 // after the command the secrets password is closed
340340 assertEquals (
341341 "SecureString has already been closed" ,
You can’t perform that action at this time.
0 commit comments