Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
mcustiel committed Jan 4, 2020
1 parent 6027c3f commit c1babc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/acceptance/ProxyCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function proxyToGivenUriTest(AcceptanceTester $I)
$this->phiremock->createExpectation($expectation);

$guzzle = new GuzzleHttp\Client();
$originalBody = $guzzle->get('https://es.wikipedia.org/wiki/Proxy')->getBody();
$originalBody = $guzzle->get('https://es.wikipedia.org/wiki/Proxy')->getBody()->__toString();

$I->haveHttpHeader('X-Potato', 'banana');
$I->sendGet('/potato');
Expand Down

0 comments on commit c1babc8

Please sign in to comment.