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 e66eec9 commit abe753bCopy full SHA for abe753b
src/Codeception/Lib/Connector/Guzzle.php
@@ -184,7 +184,7 @@ protected function getAbsoluteUri($uri)
184
}
185
// relative url
186
if (!$this->getHistory()->isEmpty()) {
187
- return Uri::mergeUrls($this->getHistory()->current()->getUri(), $uri);
+ return Uri::mergeUrls((string)$this->getHistory()->current()->getUri(), $uri);
188
189
190
return Uri::mergeUrls($baseUri, $uri);
0 commit comments