We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682379d commit 336aa57Copy full SHA for 336aa57
src/test/java/org/opensearch/security/authtoken/jwt/JwtVendorTest.java
@@ -47,7 +47,7 @@ public void testCreateJwkFromSettingsWithoutSigningKey() {
47
}
48
});
49
Assert.assertEquals(
50
- "java.lang.Exception: Settings for key is missing. Please specify at least the option signing_key with a shared secret.",
+ "java.lang.Exception: Settings for signing key is missing. Please specify at least the option signing_key with a shared secret.",
51
exception.getMessage()
52
);
53
0 commit comments