You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/integrationTest/java/org/opensearch/security/api/DashboardsInfoWithSettingsTest.java
+9-2
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@
12
12
packageorg.opensearch.security.api;
13
13
14
14
importjava.util.List;
15
+
importjava.util.Map;
15
16
16
17
importorg.junit.Test;
17
18
@@ -32,15 +33,21 @@ public class DashboardsInfoWithSettingsTest extends AbstractApiIntegrationTest {
32
33
"Password must be minimum 5 characters long and must contain at least one uppercase letter, one lowercase letter, one digit, and one special character.";
Copy file name to clipboardexpand all lines: src/integrationTest/java/org/opensearch/security/api/InternalUsersRegExpPasswordRulesRestApiIntegrationTest.java
+14-4
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@
11
11
12
12
packageorg.opensearch.security.api;
13
13
14
+
importjava.util.Map;
14
15
importjava.util.StringJoiner;
15
16
16
17
importorg.junit.Test;
@@ -27,10 +28,19 @@ public class InternalUsersRegExpPasswordRulesRestApiIntegrationTest extends Abst
Copy file name to clipboardexpand all lines: src/integrationTest/java/org/opensearch/security/api/InternalUsersScoreBasedPasswordRulesRestApiIntegrationTest.java
0 commit comments