Skip to content

Commit

Permalink
Merge branch 'master' into version
Browse files Browse the repository at this point in the history
  • Loading branch information
loganwright committed Jun 9, 2017
2 parents 5906932 + f19ca4e commit 313af65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Testing/Responder.swift
Expand Up @@ -12,7 +12,7 @@ extension Responder {
line: UInt = #line
) throws -> Response {
let req = Request.makeTest(
method: .get,
method: method,
headers: headers,
body: body?.makeBody() ?? .data([]),
hostname: hostname,
Expand Down

0 comments on commit 313af65

Please sign in to comment.