Skip to content

Commit 15ee44b

Browse files
committed
update expected value in test to be url-encoded
1 parent f4f8530 commit 15ee44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_sort.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_filter_in(self):
5757
request_object=opts,
5858
auth_token='j80k54ll2lfMZ0tv97mlPvvSCRyD0DOM',
5959
content_type='text/xml')
60-
self.assertEqual(resp.request.query, 'pagenumber=13&pagesize=13&filter=tags:in:[stocks,market]')
60+
self.assertEqual(resp.request.query, 'pagenumber=13&pagesize=13&filter=tags:in:%5bstocks,market%5d')
6161

6262
def test_sort_asc(self):
6363
with requests_mock.mock() as m:

0 commit comments

Comments
 (0)