Allowing the role-user associated to be updated. (#396)

* Allowing the role-user associated to be updated.

* Fixing tests

* Fixing tests, for real.
This commit is contained in:
kevgliss
2016-07-07 13:03:10 -07:00
committed by GitHub
parent 1ba7181067
commit 4f3dc5422c
5 changed files with 8 additions and 11 deletions

View File

@ -102,6 +102,7 @@ class AuthorityOutputSchema(LemurOutputSchema):
class AuthorityNestedOutputSchema(LemurOutputSchema):
__envelope__ = False
id = fields.Integer()
description = fields.String()
name = fields.String()