Skip to content

Commit

Permalink
Fix test for org web service
Browse files Browse the repository at this point in the history
  • Loading branch information
mchristiansonVA committed Jan 7, 2025
1 parent b2c0130 commit f231368
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/claims_api/spec/requests/metadata_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,6 @@
end

it 'returns the correct status when bgs org service is not healthy' do
allow_any_instance_of(ClaimsApi::LocalBGS).to receive(
:find_poa_history_by_ptcpnt_id
)
.and_return(Struct.new(:healthy?).new(false))
get "/services/claims/#{version}/upstream_healthcheck"
result = JSON.parse(response.body)
expect(result['org_web_service']['success']).to eq(false)
Expand Down

0 comments on commit f231368

Please sign in to comment.