Fix facts for policy test

Change-Id: I3fc26f5d985e46aa77b3463bf158e7985788c8cd
This commit is contained in:
iberezovskiy 2016-06-07 19:52:18 +03:00
parent 6b352f0620
commit 1387f57108
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ describe 'barbican::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 'barbican policies'