Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
teleyinex committed Nov 24, 2015
1 parent 94f03f7 commit aca697d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ def test_get_results_with_keyset_pagination(self, Mock):
self.client.get_results(1, last_id=1, limit=3)

Mock.assert_called_once_with('http://localhost:5000/api/result',
params={'project_id': 1,
params={'api_key': 'key',
'project_id': 1,
'limit': 3,
'last_id': 1})

Expand Down

0 comments on commit aca697d

Please sign in to comment.