Skip to content

Commit

Permalink
Add newlines, remove byebug
Browse files Browse the repository at this point in the history
  • Loading branch information
mchristiansonVA committed Mar 26, 2024
1 parent 26b50b7 commit f4a1a4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ def vnp_proc_form_create(options)
action: 'vnpProcFormCreate', body:, key: 'return')
end
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@
# options[:jrn_status_type_cd] = nil
# options[:jrn_user_id] = nil
VCR.use_cassette('bgs/vnp_proc_service_v2/vnp_proc_form_service') do
byebug
response = subject.vnp_proc_form_create(options)
expect(response[:vnp_proc_id]).to eq '29637'
end
end
end
end
end

0 comments on commit f4a1a4e

Please sign in to comment.