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: x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/AuthenticationServiceTests.java
+22-22Lines changed: 22 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -372,8 +372,8 @@ public void init() throws Exception {
372
372
apiKeyService,
373
373
serviceAccountService,
374
374
operatorPrivilegesService,
375
-
MeterRegistry.NOOP,
376
-
mock()
375
+
mock(),
376
+
MeterRegistry.NOOP
377
377
);
378
378
}
379
379
@@ -666,8 +666,8 @@ public void testAuthenticateSmartRealmOrderingDisabled() {
Copy file name to clipboardExpand all lines: x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/support/SecondaryAuthenticatorTests.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -160,8 +160,8 @@ public void setupMocks() throws Exception {
0 commit comments