We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d535d57 commit 02018baCopy full SHA for 02018ba
spec/octocatalog-diff/tests/catalog-diff/differ_spec.rb
@@ -404,7 +404,7 @@
404
catalog = OctocatalogDiff::Catalog.create(json: JSON.generate(json_hash))
405
testobj = OctocatalogDiff::CatalogDiff::Differ.new(@options, catalog, @empty_puppet_catalog)
406
result = testobj.catalog1
407
- expect(result.first['parameters']['content']).to eq('Sensitive [md5sum e52d98c459819a11775936d8dfbb7929]')
+ expect(result.first['parameters']['content']).to eq('Sensitive [md5sum 05183a01bf8570c7691fc4e362998f3d]')
408
end
409
410
0 commit comments