From adc91011e46dfce909b7798b1257819ec09d01bd Mon Sep 17 00:00:00 2001 From: Max Wittig Date: Sun, 8 Mar 2020 12:03:38 +0100 Subject: fix(projects): correct copy-paste error --- gitlab/v4/objects.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gitlab/v4/objects.py') 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, -- cgit v1.2.1