Skip to content

Commit

Permalink
Trying to fix regression issues after implementing noContentType
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhaleby committed Jan 21, 2022
1 parent 6b40f7b commit 467eb88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1465,7 +1465,7 @@ class RequestSpecificationImpl implements FilterableRequestSpecification, Groovy
http.request(method, responseContentType, hasBody) {
uri.path = targetPath

if (allowContentType) {
if (this.allowContentType) {
setRequestContentType(defineRequestContentTypeAsString(method))
}

Expand Down

0 comments on commit 467eb88

Please sign in to comment.