You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1) V0::CaregiversAssistanceClaimsController#download_pdf behaves like 10-10CG request with missing param: caregivers_assistance_claim requires "caregivers_assistance_claim" param
Failure/Error: expect(response).to have_http_status(:bad_request)
expected the response to have status code :bad_request (400) but it was :internal_server_error (500)
Shared Example Group: "10-10CG request with missing param: caregivers_assistance_claim" called from ./spec/controllers/v0/caregivers_assistance_claims_controller_spec.rb:188
# ./.bundle/bundle/ruby/3.0.0/gems/super_diff-0.9.0/lib/super_diff/rspec/monkey_patches.rb:45:in `handle_failure'
# ./spec/controllers/v0/caregivers_assistance_claims_controller_spec.rb:28:in `block (3 levels) in <top (required)>'
AC
CaregiversAssistanceClaimsController spec passes for Ruby 3.0.5
The text was updated successfully, but these errors were encountered:
When running our Vets API test suite using Ruby 3.0.5, various examples fail.
One such example is:
It fails with a 500 (expecting 400).
Logs:
AC
The text was updated successfully, but these errors were encountered: