Skip to content

Commit

Permalink
Removing a example that is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jerekshoe committed May 7, 2024
1 parent 0592194 commit 4c1b6a0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions spec/controllers/v0/benefits_claims_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -197,19 +197,6 @@
expect(response).to have_http_status(:ok)
end

context 'as a user that is a dependent' do
before { sign_in_as(dependent_user) }

it 'returns a status of 200' do
VCR.use_cassette('lighthouse/benefits_claims/submit5103/200_response') do
post(:submit5103, params: { id: '600397109' })
end

expect(response).to have_http_status(:ok)
expect(Rails.logger).to have_received(:info).with('[5103 Submission] Applying sponsorIcn param')
end
end

it 'returns a status of 404' do
VCR.use_cassette('lighthouse/benefits_claims/submit5103/404_response') do
post(:submit5103, params: { id: '600397108' })
Expand Down

0 comments on commit 4c1b6a0

Please sign in to comment.