Skip to content

Commit 76b33fb

Browse files
committed
Fixes method name in tests
1 parent 479d91f commit 76b33fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_search_index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def test_get_settings_dict_as_request_options(self):
205205

206206
self.assertEqual(args[3].query_parameters['getVersion'], 2)
207207

208-
def test_get_settings_dict_as_request_options(self):
208+
def test_get_settings_with_request_options(self):
209209
request_options = RequestOptions.create(self.config, {'foo': 'bar'})
210210

211211
self.index.get_settings(request_options)

0 commit comments

Comments
 (0)