Skip to content

Commit

Permalink
Add redirect_uri config to redirect test (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisawallace authored Jan 7, 2025
1 parent d4c5dd3 commit 40c3266
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ class AuthorizationCodeRedirectTest < Inferno::Test

receives_request :redirect

config options: {
redirect_uri: UDAPSecurityTestKit::UDAP_REDIRECT_URI
}

def wait_message(auth_url)
if config.options[:redirect_message_proc].present?
return instance_exec(auth_url, &config.options[:redirect_message_proc])
Expand Down

0 comments on commit 40c3266

Please sign in to comment.