summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn L. Villalovos <john@sodarock.com>2021-11-07 20:34:52 -0800
committerJohn L. Villalovos <john@sodarock.com>2021-11-07 20:34:52 -0800
commit31d2b7a125fe6bd931d5fa10319720b0ddfb2f0e (patch)
tree34b610093fab8b17c6c21be3145da00e9208e1d9
parent0e6fb5e1ead843e466ba1bb1ef6a1461bb7cfd8d (diff)
downloadgitlab-jlvillal/epic_save.tar.gz
WIP: Testingjlvillal/epic_save
-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(