Skip to content

Commit

Permalink
Fix code coverage issue
Browse files Browse the repository at this point in the history
  • Loading branch information
imesh94 committed Oct 2, 2023
1 parent f3ae7bb commit f4751de
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ private void appendRedirectUri(JSONObject sessionData) throws OpenBankingExcepti
* @return redirect_uri
* @throws OpenBankingException - OpenBankingException
*/
@Generated(message = "Excluding from code coverage since it requires a valid cache entry")
public String getRedirectUri(String requestUri) throws OpenBankingException {

JSONObject requestObjectVal = getParRequestObject(requestUri);
Expand Down

0 comments on commit f4751de

Please sign in to comment.