File tree 3 files changed +12
-2
lines changed
spec/octocatalog-diff/tests/catalog-diff
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
- 1.5.4
1
+ 1.6.0
Original file line number Diff line number Diff line change 8
8
</tr >
9
9
</thead ><tbody >
10
10
11
+ <tr valign =top >
12
+ <td >1.6.0</td >
13
+ <td >2019-10-31</td >
14
+ <li ><a href =" https://github.com/github/octocatalog-diff/pull/216 " >#216</a >: (Enhancement) Hide sensitive parameters</li >
15
+ <li ><a href =" https://github.com/github/octocatalog-diff/pull/204 " >#204</a >: (Enhancement) Add glob support for modulepath</li >
16
+ <li ><a href =" https://github.com/github/octocatalog-diff/pull/206 " >#206</a >: (Bug Fix) Fix multi-node list with parallel mode</li >
17
+ <li ><a href =" https://github.com/github/octocatalog-diff/pull/215 " >#215</a >: (Bug Fix) Add Support for Hashdiff 1.0.0</li >
18
+ </td >
19
+ </tr >
20
+
11
21
<tr valign =top >
12
22
<td >1.5.4</td >
13
23
<td >2018-12-11</td >
Original file line number Diff line number Diff line change 404
404
catalog = OctocatalogDiff ::Catalog . create ( json : JSON . generate ( json_hash ) )
405
405
testobj = OctocatalogDiff ::CatalogDiff ::Differ . new ( @options , catalog , @empty_puppet_catalog )
406
406
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 ]' )
408
408
end
409
409
end
410
410
You can’t perform that action at this time.
0 commit comments