]> git.openstreetmap.org Git - rails.git/commitdiff
Fix tests for rails 5.2.1 compatibility
authorTom Hughes <tom@compton.nu>
Thu, 15 Nov 2018 00:46:53 +0000 (00:46 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 15 Nov 2018 00:46:53 +0000 (00:46 +0000)
Rails 5.2.1 has changed how the request body is handled
internally for a test which means we can no longer cheat
by stashing it in the request environment and must instead
pass it properly to the request method.


No differences found