pfenig
Results
2
comments of
pfenig
Not a dry solution, but this solves the problem: ``` module Rswag module Specs class RequestFactory def add_payload(request, parameters, example) content_type = request[:headers]['CONTENT_TYPE'] return if content_type.nil? if [ 'application/x-www-form-urlencoded', 'multipart/form-data'...
@rezzovskij I see this as well on ubuntu 18. Did you ever figure anything out?