Skip to content

Commit 336aa57

Browse files
committed
Change the error msg in jwtvendorTests too
Signed-off-by: Ryan Liang <jiallian@amazon.com>
1 parent 682379d commit 336aa57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/opensearch/security/authtoken/jwt/JwtVendorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public void testCreateJwkFromSettingsWithoutSigningKey() {
4747
}
4848
});
4949
Assert.assertEquals(
50-
"java.lang.Exception: Settings for key is missing. Please specify at least the option signing_key with a shared secret.",
50+
"java.lang.Exception: Settings for signing key is missing. Please specify at least the option signing_key with a shared secret.",
5151
exception.getMessage()
5252
);
5353
}

0 commit comments

Comments
 (0)