Skip to content

Commit

Permalink
Fixes 1 of 2 broken windows tests
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Dec 1, 2023
1 parent 1333181 commit daad144
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,8 @@ public void testFinishScriptExecution() {
+ System.lineSeparator()
+ "### or run ."
+ File.separator
+ "securityadmin_demo.sh"
+ "securityadmin_demo"
+ FILE_EXTENSION
+ System.lineSeparator()
+ "### After that you can also use the Security Plugin ConfigurationGUI"
+ System.lineSeparator()
Expand Down Expand Up @@ -478,11 +479,11 @@ public void testFinishScriptExecution_withInitSecurityEnabled() {
+ "opensearch-security and execute: "
+ System.lineSeparator()
+ lastLine
+ ""
+ System.lineSeparator()
+ "### or run ."
+ File.separator
+ "securityadmin_demo.sh"
+ "securityadmin_demo"
+ FILE_EXTENSION
+ System.lineSeparator()
+ "### To use the Security Plugin ConfigurationGUI"
+ System.lineSeparator()
Expand Down

0 comments on commit daad144

Please sign in to comment.