We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf685b1 commit 0fea105Copy full SHA for 0fea105
1 file changed
spec/octocatalog-diff/tests/catalog-util/builddir_spec.rb
@@ -116,7 +116,7 @@
116
expect(content.size).to eq(7)
117
routes_yaml = YAML.load_file(File.join(testobj.tempdir, 'routes.yaml'))
118
expect(routes_yaml).to eq('master' => {
119
- 'facts' => { 'terminus' => 'puppetdb', 'cache' => 'yaml' },
+ 'facts' => { 'terminus' => 'yaml', 'cache' => 'yaml' },
120
'catalog' => { 'cache' => 'json' }
121
})
122
end
0 commit comments