Skip to content

Commit 14a62a2

Browse files
committed
Fix Rails 5 warnings (uses Rails5Shim)
1 parent d448481 commit 14a62a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/action_controller/json_api/deserialization_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_deserialization
3939
}
4040
}
4141

42-
post :render_parsed_payload, hash
42+
post :render_parsed_payload, params: hash
4343

4444
response = JSON.parse(@response.body)
4545
expected = {

0 commit comments

Comments
 (0)