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 158af6a commit 479d91fCopy full SHA for 479d91f
CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
# Release Notes
8
9
+## Unreleased
10
+
11
+### Fixed
12
+- On `getVersion` param used by `search_index.get_settings` ([#426](https://github.com/algolia/algoliasearch-client-python/pull/426))
13
14
## [v2.0.3](https://github.com/algolia/algoliasearch-client-python/compare/2.0.2...2.0.3)
15
16
### Fixed
tests/unit/test_search_index.py
@@ -178,7 +178,7 @@ def test_get_settings(self):
178
self.transporter.read.assert_called_once_with(
179
'GET',
180
'1/indexes/index-name/settings',
181
- None, # asserts version 2 it's used.
+ None,
182
request_options
183
)
184
0 commit comments