Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sethdarragile6 committed Mar 25, 2024
1 parent 2e9baaf commit 3e0f249
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

describe '#get_data' do
it 'gets data from lighthouse when valid path end-point is provided' do
VCR.use_cassette('lighthouse/benefits_reference_data/200_response') do
VCR.use_cassette('lighthouse/benefits_reference_data/200_disabilities_response') do
get(:get_data, params: { path: 'disabilities' })
end
expect(response.status).to eq(200)
Expand Down

0 comments on commit 3e0f249

Please sign in to comment.