Fixed incorrect assert fail message in KubernetesAuthentication.

Original pull request: gh-459.
This commit is contained in:
Pragalbh Garg
2019-08-14 13:12:54 +05:30
committed by Mark Paluch
parent 58715e9e7c
commit fad74ded47

View File

@@ -78,7 +78,7 @@ public class KubernetesAuthentication implements ClientAuthentication,
public static AuthenticationSteps createAuthenticationSteps(
KubernetesAuthenticationOptions options) {
Assert.notNull(options, "CubbyholeAuthenticationOptions must not be null");
Assert.notNull(options, "KubernetesAuthenticationOptions must not be null");
String token = options.getJwtSupplier().get();
return AuthenticationSteps.fromSupplier(