Skip to content

Commit

Permalink
[TESTS] Support usage of port in host name for local testing (ezsyste…
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Jun 16, 2018
1 parent d154f48 commit 12f452d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -164,7 +164,7 @@ public function createHttpRequest(

return new HttpRequest(
$method,
$this->httpHost . $uri,
$this->getBaseURI() . $uri,
array_merge($headers, $extraHeaders),
$body
);
Expand Down

0 comments on commit 12f452d

Please sign in to comment.