Skip to content

Commit

Permalink
Remove useless reference to middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Oct 11, 2022
1 parent 052644c commit 397ec9a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions spec/datadog/appsec/contrib/rails/integration_test_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -269,12 +269,6 @@ def success
end

context 'with an event-triggering request as JSON' do
let(:middlewares) do
[
Rack::JSONBodyParser,
]
end

let(:params) { JSON.generate('q' => '1 OR 1;') }
let(:headers) { { 'CONTENT_TYPE' => 'application/json' } }

Expand Down

0 comments on commit 397ec9a

Please sign in to comment.