Skip to content

Commit

Permalink
IncompleteRequirements now has a requirement_set field. (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbhandari authored and annakovale committed Nov 23, 2017
1 parent dc9df23 commit 81e7f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gapipy/models/incomplete_requirement.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


class IncompleteRequirement(BaseModel):
_as_is_fields = ['type', 'name', 'code', 'message', 'flags', 'details']
_as_is_fields = ['type', 'name', 'requirement_set', 'code', 'message', 'flags', 'details']

@property
def _resource_fields(self):
Expand Down

0 comments on commit 81e7f66

Please sign in to comment.