mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-27 10:28:41 -05:00
(QENG-3919) Turns out, spush isn't a redis command
And hence we see once again the weakness of mockist tests.
This commit is contained in:
parent
06ae95c085
commit
61f57d55b5
2 changed files with 13 additions and 13 deletions
|
|
@ -50,7 +50,7 @@ module Vmpooler
|
|||
end
|
||||
|
||||
def return_single_vm(template, vm)
|
||||
backend.spush('vmpooler__ready__' + template, vm)
|
||||
backend.sadd('vmpooler__ready__' + template, vm)
|
||||
end
|
||||
|
||||
def account_for_starting_vm(template, vm)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue