mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-29 22:11:52 -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
|
||||
create_user_schema = UserSchema()
|
||||
create_user_schema = UserSchema(transient=True)
|
||||
user_update_schema_load_json = UserUpdateAttributeSchema(
|
||||
load_json=True, partial=True, transient=True
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user