Remove unnecessary fact overrides

Change-Id: Id26d395d17496fb011cc1460f3c6a88018a4f6fb
This commit is contained in:
Takashi Kajinami 2023-03-30 14:50:06 +09:00
parent 61b4cf5e96
commit 7dc326a79e
1 changed files with 1 additions and 4 deletions

View File

@ -29,10 +29,7 @@ describe '{{cookiecutter.project_name}}::db::sync' do
}).each do |os,facts|
context "on #{os}" do
let (:facts) do
facts.merge(OSDefaults.get_facts({
:os_workers => 8,
:concat_basedir => '/var/lib/puppet/concat'
}))
facts.merge(OSDefaults.get_facts())
end
it_behaves_like '{{cookiecutter.project_name}}-dbsync'