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 f4f8530 commit 15ee44bCopy full SHA for 15ee44b
test/test_sort.py
@@ -57,7 +57,7 @@ def test_filter_in(self):
57
request_object=opts,
58
auth_token='j80k54ll2lfMZ0tv97mlPvvSCRyD0DOM',
59
content_type='text/xml')
60
- self.assertEqual(resp.request.query, 'pagenumber=13&pagesize=13&filter=tags:in:[stocks,market]')
+ self.assertEqual(resp.request.query, 'pagenumber=13&pagesize=13&filter=tags:in:%5bstocks,market%5d')
61
62
def test_sort_asc(self):
63
with requests_mock.mock() as m:
0 commit comments