Add tests

This commit is contained in:
Montana
2018-11-13 16:01:18 -05:00
parent 21827891f7
commit 887c134b25

View File

@@ -57,6 +57,7 @@ class WorkspaceRole(Base, mixins.TimestampsMixin, mixins.AuditableMixin):
change_set["status"] = [from_status, to_status] change_set["status"] = [from_status, to_status]
return change_set return change_set
@property @property
def event_details(self): def event_details(self):
return { return {