diff --git a/gitlab/objects.py b/gitlab/objects.py index 83a8c8ffb..b6a9ddaf0 100644 --- a/gitlab/objects.py +++ b/gitlab/objects.py @@ -910,7 +910,8 @@ class ProjectCommitStatus(GitlabObject): canDelete = False requiredUrlAttrs = ['project_id', 'commit_id'] requiredCreateAttrs = ['state'] - optionalCreateAttrs = ['description', 'name', 'ref', 'target_url'] + optionalCreateAttrs = ['description', 'name', 'context', 'ref', + 'target_url'] class ProjectCommitStatusManager(BaseManager):