Skip to content

Commit

Permalink
API-34203: Remove specs for endpoints healthcheck routes that were re…
Browse files Browse the repository at this point in the history
…moved
  • Loading branch information
kristen-brown committed Apr 5, 2024
1 parent 229aa0e commit 2378e8a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/appeals_api/spec/requests/metadata_request_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@

context 'v1' do
it_behaves_like 'a healthcheck', '/services/appeals/v1/healthcheck'
it_behaves_like 'a healthcheck', '/services/appeals/v1/appeals_healthcheck'
end

context 'segmented APIs' do
Expand Down Expand Up @@ -210,8 +209,6 @@
end

context 'v1' do
it_behaves_like 'an upstream healthcheck (caseflow)', '/services/appeals/v1/appeals_upstream_healthcheck'

it 'checks the status of both services individually' do
VCR.use_cassette('caseflow/health-check') do
allow(CentralMail::Service).to receive(:current_breaker_outage?).and_return(true)
Expand Down

0 comments on commit 2378e8a

Please sign in to comment.