Update the test
This commit is contained in:
Родитель
cf685b13ec
Коммит
0fea105a7c
|
@ -116,7 +116,7 @@ describe OctocatalogDiff::CatalogUtil::BuildDir do
|
|||
expect(content.size).to eq(7)
|
||||
routes_yaml = YAML.load_file(File.join(testobj.tempdir, 'routes.yaml'))
|
||||
expect(routes_yaml).to eq('master' => {
|
||||
'facts' => { 'terminus' => 'puppetdb', 'cache' => 'yaml' },
|
||||
'facts' => { 'terminus' => 'yaml', 'cache' => 'yaml' },
|
||||
'catalog' => { 'cache' => 'json' }
|
||||
})
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче