Skip to content

Commit

Permalink
User class added to Team
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Quinn committed Jan 3, 2017
1 parent ac3536b commit f7d40fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/litmos/team.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def add_users(self, users):
return API.add_sub_resource(
self.__class__.name(),
self.Id,
user.__class__.name(),
User.name(),
user_list
)

Expand Down

0 comments on commit f7d40fa

Please sign in to comment.