Fix facts for policy test

Change-Id: I5affd954caf123987ed00598e80c417177c0dc43
This commit is contained in:
iberezovskiy 2016-06-07 19:55:34 +03:00
parent 5c343cfd0d
commit 57ecb27673
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ describe 'heat::policy' do
}).each do |os,facts|
context "on #{os}" do
let (:facts) do
facts.merge(OSDefaults.get_facts({:processorcount => 8}))
facts.merge!(OSDefaults.get_facts())
end
it_configures 'heat policies'