diff options
Diffstat (limited to 'spec/integration/knife/download_spec.rb')
-rw-r--r-- | spec/integration/knife/download_spec.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/integration/knife/download_spec.rb b/spec/integration/knife/download_spec.rb index 0c334fc65c..24618ebcae 100644 --- a/spec/integration/knife/download_spec.rb +++ b/spec/integration/knife/download_spec.rb @@ -314,7 +314,7 @@ EOM data_bag 'x', { 'added' => {}, 'modified' => { 'foo' => 'bar' }, - 'unmodified' => {} + 'unmodified' => {}, } end @@ -810,7 +810,7 @@ EOM data_bag 'x', { 'added' => {}, 'modified' => { 'foo' => 'bar' }, - 'unmodified' => {} + 'unmodified' => {}, } end @@ -1184,7 +1184,7 @@ EOM policy_group 'x', { 'policies' => { 'x' => { 'revision_id' => '1.0.0' }, - 'blah' => { 'revision_id' => '1.0.0' } + 'blah' => { 'revision_id' => '1.0.0' }, } } role 'x', {} @@ -1267,7 +1267,7 @@ EOM file 'policy_groups/x.json', { 'policies' => { 'x' => { 'revision_id' => '1.0.1' }, - 'y' => { 'revision_id' => '1.0.0' } + 'y' => { 'revision_id' => '1.0.0' }, } } file 'roles/x.json', { 'run_list' => [ 'blah' ] } |