We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d448481 commit 14a62a2Copy full SHA for 14a62a2
test/action_controller/json_api/deserialization_test.rb
@@ -39,7 +39,7 @@ def test_deserialization
39
}
40
41
42
- post :render_parsed_payload, hash
+ post :render_parsed_payload, params: hash
43
44
response = JSON.parse(@response.body)
45
expected = {
0 commit comments