Skip to content

Commit

Permalink
More merge fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmax-gsa committed Nov 14, 2024
1 parent bbc97cc commit ae5a3fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/controllers/idv/socure/document_capture_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def show

# document request
document_request = DocAuth::Socure::Requests::DocumentRequest.new(
document_capture_session_uuid: document_capture_session_uuid,
redirect_url: idv_socure_document_capture_update_url,
language: I18n.locale,
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
it 'creates a DocumentRequest' do
expect(request_class).to have_received(:new).
with(
document_capture_session_uuid: expected_uuid,
redirect_url: idv_socure_document_capture_update_url,
language: expected_language,
)
Expand Down

0 comments on commit ae5a3fe

Please sign in to comment.