8000 Fixes CI error and includes more contributors · guodah/server-client-python@fe3ac07 · GitHub
[go: up one dir, main page]

Skip to content

Commit fe3ac07

Browse files
author
shinchris
committed
Fixes CI error and includes more contributors
1 parent 26a4445 commit fe3ac07

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CONTRIBUTORS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ The following people have contributed to this project to make it possible, and w
2424
* [Tomasz Machalski](https://github.com/toomyem)
2525
* [Jared Dominguez](https://github.com/jdomingu)
2626
* [Brendan Lee](https://github.com/lbrendanl)
27+
* [Martin Dertz](https://github.com/martydertz)
28+
* [Christian Oliff](https://github.com/coliff)
29+
* [Albin Antony](https://github.com/user9747)
30+
* [prae04](https://github.com/prae04)
2731

2832
## Core Team
2933

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:%5bstocks,market%5d')
60+
self.assertEqual(resp.request.query, 'pagenumber=13&pagesize=13&filter=tags:in:[stocks,market]')
6161

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

0 commit comments

Comments
 (0)
0