Skip to content

Commit

Permalink
Add Create and Delete mixins to Smart Proxy (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
svtkachenko authored and rochacbruno committed Dec 20, 2016
1 parent 7da4136 commit c7a3654
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nailgun/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -4557,6 +4557,8 @@ def update_payload(self, fields=None):

class SmartProxy(
Entity,
EntityCreateMixin,
EntityDeleteMixin,
EntityReadMixin,
EntitySearchMixin,
EntityUpdateMixin):
Expand Down
1 change: 1 addition & 0 deletions tests/test_entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ def test_generic(self):
entities.Media(self.cfg),
entities.Organization(self.cfg),
entities.Realm(self.cfg),
entities.SmartProxy(self.cfg),
entities.UserGroup(self.cfg),
)
for entity in entities_:
Expand Down

0 comments on commit c7a3654

Please sign in to comment.