Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jmax-gsa committed Nov 7, 2024
1 parent 5b36509 commit 633c4b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def handle_stored_result
failure(I18n.t('doc_auth.errors.general.network_error'), extra)
end
end

end
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,7 @@

before do
allow_any_instance_of(ApplicationController).to receive(:current_user).and_return(user)
stub_sign_in(user)
# stub_up_to(:hybrid_handoff, idv_session: nil)
stub_sign_in(user)
end

it 'redirects to the ssn page' do
Expand Down

0 comments on commit 633c4b4

Please sign in to comment.