Skip to content

Commit

Permalink
Resolving review comments
Browse files Browse the repository at this point in the history
Co-authored-by: Janak Amarasena <[email protected]>
  • Loading branch information
ChinthakaJ98 and janakamarasena authored Oct 3, 2023
1 parent e6a16ed commit 8d8880e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2197,7 +2197,7 @@ public Object[][] provideHandleRequestObjectData() throws Exception {
{true, SerializationUtils.clone(oAuth2Parameters), claims1,
"Test override claims from request object."},
{true, SerializationUtils.clone(oAuth2Parameters), defaultClaims,
"Test ignore claims outside request object."}, // no overridable claims sent in the req obj
"Test ignore claims outside request object."}, // No overridable claims sent in the req obj.
{false, SerializationUtils.clone(oAuth2Parameters), defaultClaims,
"Test request without request object."}
};
Expand Down

0 comments on commit 8d8880e

Please sign in to comment.