Skip to content

Commit 0fea105

Browse files
author
Kevin Paulisse
committed
Update the test
1 parent cf685b1 commit 0fea105

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/octocatalog-diff/tests/catalog-util/builddir_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
expect(content.size).to eq(7)
117117
routes_yaml = YAML.load_file(File.join(testobj.tempdir, 'routes.yaml'))
118118
expect(routes_yaml).to eq('master' => {
119-
'facts' => { 'terminus' => 'puppetdb', 'cache' => 'yaml' },
119+
'facts' => { 'terminus' => 'yaml', 'cache' => 'yaml' },
120120
'catalog' => { 'cache' => 'json' }
121121
})
122122
end

0 commit comments

Comments
 (0)