Skip to content

Commit

Permalink
fix spec tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Guslington committed Mar 7, 2023
1 parent 5d2c0e9 commit 8e86f9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/default_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
it 'has a Log Group' do
expect(template["Resources"]['LogGroup']).to eq({
"Type"=>"AWS::Logs::LogGroup",
"Properties"=>{"LogGroupName"=>{"Ref"=>"AWS::StackName"}, "RetentionInDays"=>"7"}
"Properties"=>{"LogGroupName"=>{"Ref"=>"AWS::StackName"}, "RetentionInDays"=>7}
})
end
end

end
end

0 comments on commit 8e86f9d

Please sign in to comment.