Skip to content

Commit

Permalink
Spec fix.
Browse files Browse the repository at this point in the history
changelog: Internal,Socure,Cleanup of error handling
  • Loading branch information
jmax-gsa committed Dec 5, 2024
1 parent a28c718 commit afaafdd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions spec/controllers/idv/link_sent_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,10 @@

before do
expect(FormResponse).to receive(:new).with(
{ success: false,
errors: { message: error_message } },
{
success: false,
errors: hash_including(message: error_message),
},
)
end

Expand Down

0 comments on commit afaafdd

Please sign in to comment.