8000 Fixes test failure · SnarkyPapi/server-client-python@340d82f · GitHub
[go: up one dir, main page]

Skip to content

Commit 340d82f

Browse files
author
shinchris
committed
Fixes test failure
1 parent 56801d8 commit 340d82f

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
@@ -58,7 +58,7 @@ def test_filter_in(self):
5858
auth_token='j80k54ll2lfMZ0tv97mlPvvSCRyD0DOM',
5959
content_type='text/xml')
6060

61-
self.assertEqual(resp.request.query, 'pagenumber=13&pagesize=13&filter=tags:in:[stocks,market]')
61+
self.assertEqual(resp.request.query, 'pagenumber=13&pagesize=13&filter=tags:in:%5bstocks,market%5d')
6262

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

0 commit comments

Comments
 (0)
0