summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/epics.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/v4/objects/epics.py')
-rw-r--r--gitlab/v4/objects/epics.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/v4/objects/epics.py b/gitlab/v4/objects/epics.py
index 4baa5f3..2eb5ffe 100644
--- a/gitlab/v4/objects/epics.py
+++ b/gitlab/v4/objects/epics.py
@@ -66,6 +66,7 @@ class GroupEpicIssue(ObjectDeleteMixin, SaveMixin, RESTObject):
# call the manager
obj_id = self.get_id()
self.manager.update(obj_id, updated_data, **kwargs)
+ raise ValueError("fail")
class GroupEpicIssueManager(