mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Merge pull request #3375 from arunagw/middleware_test_fix
Adding ActionDispatch::RequestId in middleware test
This commit is contained in:
@@ -30,6 +30,7 @@ module ApplicationTests
|
||||
"ActiveSupport::Cache::Strategy::LocalCache",
|
||||
"Rack::Runtime",
|
||||
"Rack::MethodOverride",
|
||||
"ActionDispatch::RequestId",
|
||||
"Rails::Rack::Logger", # must come after Rack::MethodOverride to properly log overridden methods
|
||||
"ActionDispatch::ShowExceptions",
|
||||
"ActionDispatch::RemoteIp",
|
||||
|
||||
Reference in New Issue
Block a user