-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test version_error_handler with realistic data
Meilisearch::ApiError parses a server's JSON response into its `@http_body` instance variable which stores a hash. When `version_error_handler` propagates ApiError, it passes `@http_body` as the server http body which causes ApiError to attempt to parse it again as JSON, throwing a TypeError.
- Loading branch information
Showing
1 changed file
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters