fix include in failing test

This commit is contained in:
Mark Havekes 2019-06-14 09:52:16 +02:00
parent 4022337966
commit 22849c0399

View File

@ -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