spec/datadog/notifications_spec.rb in datadog-notifications-0.5.0 vs spec/datadog/notifications_spec.rb in datadog-notifications-0.5.1
- old
+ new
@@ -25,9 +25,9 @@
it 'should subscribe and report' do
Mock::Instrumentable.new(method: 'GET').perform
expect(buffered).to eq([
"web.render:1|c|#custom:tag,env:test,host:test.host,status:200,method:GET",
"web.render.time:333|ms|#custom:tag,env:test,host:test.host,status:200,method:GET",
- ])
+ ],)
end
end