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 1082ec9 commit 8ddda6dCopy full SHA for 8ddda6d
tests/handlers/search/users/test_search_users.py
@@ -50,7 +50,7 @@ def test_search_request_limit(self):
50
response = SearchUsers(params, {}, elasticsearch=self.elasticsearch).main()
51
result = json.loads(response['body'])
52
self.assertEqual(len(result), 20)
53
- # limit 指定なし
+ # limit 指定
54
params = {
55
'queryStringParameters': {
56
'limit': '10',
0 commit comments