Skip to content

Commit eae1805

Browse files
author
Gauvain Pocentek
committed
Fix the IssueManager path to avoid redirections
1 parent 9412a5d commit eae1805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/v4/objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,7 @@ def closed_by(self, **kwargs):
15821582

15831583

15841584
class ProjectIssueManager(CRUDMixin, RESTManager):
1585-
_path = '/projects/%(project_id)s/issues/'
1585+
_path = '/projects/%(project_id)s/issues'
15861586
_obj_cls = ProjectIssue
15871587
_from_parent_attrs = {'project_id': 'id'}
15881588
_list_filters = ('iids', 'state', 'labels', 'milestone', 'scope',

0 commit comments

Comments
 (0)