mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-11 18:38:14 -04:00
More tests for rest and dao.
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ class ServiceSchema(ma.ModelSchema):
|
||||
class TemplateSchema(ma.ModelSchema):
|
||||
class Meta:
|
||||
model = models.Template
|
||||
exclude = ("updated_at", "created_at")
|
||||
exclude = ("updated_at", "created_at", "service_id")
|
||||
|
||||
|
||||
user_schema = UserSchema()
|
||||
|
||||
Reference in New Issue
Block a user