Skip to content

Commit

Permalink
Change the error msg in jwtvendorTests too
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 committed Aug 24, 2023
1 parent 682379d commit 336aa57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void testCreateJwkFromSettingsWithoutSigningKey() {
}
});
Assert.assertEquals(
"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.",
exception.getMessage()
);
}
Expand Down

0 comments on commit 336aa57

Please sign in to comment.