Skip to content

Commit 6a8fbb2

Browse files
committed
fix syntax
1 parent aa9b2fb commit 6a8fbb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/AuthenticatorChainTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public class AuthenticatorChainTests extends ESTestCase {
6868
private OAuth2TokenAuthenticator oAuth2TokenAuthenticator;
6969
private ApiKeyAuthenticator apiKeyAuthenticator;
7070
private PluggableApiKeyAuthenticator pluggableApiKeyAuthenticator;
71+
private PluggableOAuth2TokenAuthenticator pluggableOAuth2TokenAuthenticator;
7172
private RealmsAuthenticator realmsAuthenticator;
7273
private Authentication authentication;
7374
private User fallbackUser;
@@ -104,6 +105,7 @@ public void init() {
104105
anonymousUser,
105106
authenticationContextSerializer,
106107
serviceAccountAuthenticator,
108+
pluggableOAuth2TokenAuthenticator,
107109
oAuth2TokenAuthenticator,
108110
pluggableApiKeyAuthenticator,
109111
apiKeyAuthenticator,

0 commit comments

Comments
 (0)