Skip to content
This repository was archived by the owner on Apr 22, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/identity-idp-functions/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module IdentityIdpFunctions
VERSION = '0.15.1'
VERSION = '0.15.2'
end
1 change: 1 addition & 0 deletions source/proof_address/lib/proof_address.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def lexisnexis_proofer
base_url: lexisnexis_config[:base_url] || ssm_helper.load('lexisnexis_base_url'),
phone_finder_workflow: lexisnexis_config[:phone_finder_workflow] ||
ssm_helper.load('lexisnexis_phone_finder_workflow'),
request_timeout: lexisnexis_config[:request_timeout],
)
end

Expand Down
2 changes: 2 additions & 0 deletions source/proof_address/spec/proof_address_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
lexisnexis_config: {
username: 'overridden value',
password: 'overridden value',
request_timeout: '50',
},
)
end
Expand All @@ -127,6 +128,7 @@
hash_including(
username: 'overridden value',
password: 'overridden value',
request_timeout: '50',
),
).and_call_original

Expand Down