We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe753b commit 871bc5bCopy full SHA for 871bc5b
src/Codeception/Lib/Connector/Guzzle.php
@@ -187,7 +187,7 @@ protected function getAbsoluteUri($uri)
187
return Uri::mergeUrls((string)$this->getHistory()->current()->getUri(), $uri);
188
}
189
190
- return Uri::mergeUrls($baseUri, $uri);
+ return Uri::mergeUrls((string)$baseUri, $uri);
191
192
193
protected function doRequest($request)
0 commit comments