We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98209c7 commit d7643f6Copy full SHA for d7643f6
gitlab3/_api_definition.py
@@ -245,7 +245,7 @@ class CloseAction(ExtraActionDefinition):
245
@classmethod
246
def wrapper(cls, extra_action_fn, parent):
247
def wrapped(self):
248
- extra_action_fn(self, state_event=cls.name())
+ extra_action_fn(self, cls.name())
249
setattr(self, 'state', cls._state_after)
250
return wrapped
251
class ReopenAction(CloseAction):
0 commit comments