Skip to content

Commit

Permalink
Fix: readiness hcs default to process not empty
Browse files Browse the repository at this point in the history
that's what we should test
  • Loading branch information
ameowlia authored and sethboyles committed Jul 31, 2023
1 parent c6cabd0 commit 01145c4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -571,9 +571,9 @@ module Diego
end

context 'readiness health check' do
context 'when the readiness health check type is not set' do
context 'when the readiness health check type defaults to process' do
before do
process.readiness_health_check_type = ''
process.readiness_health_check_type = 'process'
end

it 'does not add any readiness health checks for backwards compatibility' do
Expand Down

0 comments on commit 01145c4

Please sign in to comment.