mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 01:58:41 -05:00
Merge pull request #278 from mattkirby/fix_folder_test
(MAINT) Fix test reference to find_vm
This commit is contained in:
commit
f27e2c1301
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ EOT
|
|||
folder_object.childEntity << mock_vm
|
||||
end
|
||||
folder_object.childEntity << folder_object2
|
||||
expect(subject).to receive(:find_folder).with(pool_config['folder'],connection,datacenter_name).and_return(folder_object)
|
||||
expect(subject).to receive(:find_vm_folder).with(poolname,connection).and_return(folder_object)
|
||||
end
|
||||
|
||||
it 'should return the vms without the folder' do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue