Skip to content

Commit

Permalink
fix vibe 8.4 requests
Browse files Browse the repository at this point in the history
  • Loading branch information
gedaiu committed Jul 9, 2018
1 parent 78b7520 commit f552329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/fluentasserts/vibe/request.d
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ final class RequestRouter
RequestRouter customMethod(HTTPMethod method)(URL url)
{
preparedRequest = createTestHTTPServerRequest(url, method);
preparedRequest.host = url.host;

foreach(name, value; headers) {
preparedRequest.headers[name] = value;
Expand Down

0 comments on commit f552329

Please sign in to comment.