Skip to content

Commit

Permalink
Fix PR-1592 (#1595)
Browse files Browse the repository at this point in the history
  • Loading branch information
thePanz authored and ruflin committed Jan 22, 2019
1 parent f012d97 commit c70b288
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Added

* Added a transport class for mocking a HTTP 403 error codes, useful for testing response failures in inheriting clients
[#1529](https://github.com/ruflin/Elastica/pull/1529)
* [Backported] Added a transport class for mocking a HTTP 403 error codes, useful for testing response failures in inheriting clients
[#1592](https://github.com/ruflin/Elastica/pull/1592)
* [Backported] Added a transport class for mocking a HTTP 403 error codes, useful for testing response failures in inheriting clients [#1592](https://github.com/ruflin/Elastica/pull/1592)

### Improvements

Expand Down
1 change: 0 additions & 1 deletion lib/Elastica/Transport/Guzzle.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ public function exec(Request $request, array $params)
[
'request_header' => $request->getMethod(),
'http_code' => $res->getStatusCode(),
'body' => $responseBody,
]
);

Expand Down

0 comments on commit c70b288

Please sign in to comment.