refactor PENDING section in check pool

This commit is contained in:
Samuel Beaulieu 2018-07-17 12:06:51 -05:00
parent dc9b221bb9
commit fdb8a45faa
3 changed files with 21 additions and 20 deletions

View file

@ -2742,7 +2742,6 @@ EOT
describe '#check_ready_pool_vms' do
let(:provider) { double('provider') }
let(:ttl) { 0 }
let(:pool_check_response) {
{:checked_ready_vms => 0}
}