Skip to content

Commit 02018ba

Browse files
committed
1.6.0: fix tests for sensitive content diffing
1 parent d535d57 commit 02018ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/octocatalog-diff/tests/catalog-diff/differ_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
catalog = OctocatalogDiff::Catalog.create(json: JSON.generate(json_hash))
405405
testobj = OctocatalogDiff::CatalogDiff::Differ.new(@options, catalog, @empty_puppet_catalog)
406406
result = testobj.catalog1
407-
expect(result.first['parameters']['content']).to eq('Sensitive [md5sum e52d98c459819a11775936d8dfbb7929]')
407+
expect(result.first['parameters']['content']).to eq('Sensitive [md5sum 05183a01bf8570c7691fc4e362998f3d]')
408408
end
409409
end
410410

0 commit comments

Comments
 (0)