(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:
Rick Bradley 2016-05-26 15:42:54 -05:00
parent 06ae95c085
commit 61f57d55b5
2 changed files with 13 additions and 13 deletions

View file

@ -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)