Skip to content

Commit 8b60f2d

Browse files
author
Kevin Paulisse
committed
Update test to reflect facts-terminus being set to the actual value
1 parent f6f6c80 commit 8b60f2d

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' => 'yaml', 'cache' => 'yaml' },
119+
'facts' => { 'terminus' => 'facter', 'cache' => 'yaml' },
120120
'catalog' => { 'cache' => 'json' }
121121
})
122122
end

0 commit comments

Comments
 (0)