Skip to content

Commit

Permalink
Fix redmine test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryneeverett committed Oct 12, 2016
1 parent 431c958 commit 643b318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_redmine.py
Expand Up @@ -74,7 +74,7 @@ def get_url(*args):
@responses.activate
def test_issues(self):
self.add_response(
'https://something/issues.json?assigned_to_id=10834u0234',
'https://something/issues.json?assigned_to_id=10834u0234&limit=100',
json={'issues': [self.arbitrary_issue]})

issue = next(self.service.issues())
Expand Down

0 comments on commit 643b318

Please sign in to comment.