This is coherent with what's done in requests. My usecase concerns using responses.matchers.multipart_matcher, which uses bare requests to encode the multipart request, while the client, that specifically is Gitlab's one, uses MultipartEncoder. The two bodies for the request do not match
This is coherent with what's done in requests. My usecase concerns using responses.matchers.multipart_matcher, which uses bare requests to encode the multipart request, while the client, that specifically is Gitlab's one, uses
MultipartEncoder
. The two bodies for the request do not match