Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Read hits.total.value to get number of hits (elastic#15728)
This should fix test_management.py under Python3. An object was being returned but the test was expecting to get a number. The format of the Elasticsearch response changed for the "track_total_hits" enhancement, but this wasn't updated.
- Loading branch information