Skip to content

Commit

Permalink
fixing stupidly forgotten data
Browse files Browse the repository at this point in the history
  • Loading branch information
rafiki270 committed Feb 28, 2018
1 parent 03e10d7 commit 720257b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ extension TestableProperty where TestableType == HTTPRequest {
if let headers = headers {
req.headers = headers.testable.asHTTPHeaders()
}
if let data = data {
req.body = HTTPBody(data)
}
return req
}

Expand Down

0 comments on commit 720257b

Please sign in to comment.