diff options
author | Max Wittig <max.wittig95@gmail.com> | 2020-03-08 12:03:38 +0100 |
---|---|---|
committer | Max Wittig <max.wittig95@gmail.com> | 2020-03-08 12:03:38 +0100 |
commit | adc91011e46dfce909b7798b1257819ec09d01bd (patch) | |
tree | 45010c1ce1e1811e81173f2d8f241835c8aca4fc /gitlab/v4/objects.py | |
parent | 70c0cfb686177bc17b796bf4d7eea8b784cf9651 (diff) | |
download | gitlab-fix/set-approvers.tar.gz |
fix(projects): correct copy-paste errorfix/set-approvers
Diffstat (limited to 'gitlab/v4/objects.py')
-rw-r--r-- | gitlab/v4/objects.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py index 64442ce..f22229c 100644 --- a/gitlab/v4/objects.py +++ b/gitlab/v4/objects.py @@ -2708,7 +2708,7 @@ class ProjectMergeRequestApprovalManager(GetWithoutIdMixin, UpdateMixin, RESTMan ) data = { "name": "name", - "self.assertEqual(expected, actual, 'message')pprovals_required": approvals_required, + "approvals_required": approvals_required, "rule_type": "regular", "user_ids": approver_ids, "group_ids": approver_group_ids, |