We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 399be05 commit c67d2b3Copy full SHA for c67d2b3
spec/datadog/di/integration/probe_notifier_worker_spec.rb
@@ -46,6 +46,7 @@
46
end
47
48
http_server.mount_proc('/debugger/v1/input') do |req, res|
49
+ expect(req.content_type).to eq('application/json')
50
payload = JSON.parse(req.body)
51
input_payloads << payload
52
0 commit comments