All tests should pass now

This commit is contained in:
alexjanousekGSA
2025-05-31 08:56:24 -04:00
parent a431ccfb73
commit baa8cc4bfa

View File

@@ -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
)