diff --git a/test/action_controller/json_api/linked_test.rb b/test/action_controller/json_api/linked_test.rb index 3e38e112..69d8974d 100644 --- a/test/action_controller/json_api/linked_test.rb +++ b/test/action_controller/json_api/linked_test.rb @@ -82,7 +82,7 @@ module ActionController def render_collection_with_include setup_post - render json: [@post], adapter: :json_api, include: 'author, comments' + render json: [@post], adapter: :json_api, include: 'author,comments' end end