mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
All tests should pass now
This commit is contained in:
@@ -767,7 +767,7 @@ class UnarchivedTemplateSchema(BaseSchema):
|
|||||||
|
|
||||||
|
|
||||||
# should not be used on its own for dumping - only for loading
|
# should not be used on its own for dumping - only for loading
|
||||||
create_user_schema = UserSchema()
|
create_user_schema = UserSchema(transient=True)
|
||||||
user_update_schema_load_json = UserUpdateAttributeSchema(
|
user_update_schema_load_json = UserUpdateAttributeSchema(
|
||||||
load_json=True, partial=True, transient=True
|
load_json=True, partial=True, transient=True
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user