Skip to content

Commit c02969b

Browse files
committed
fix movie
1 parent 0dc1319 commit c02969b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/fixtures/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ def add_routers(app_plain: FastAPI):
190190
schema=MovieSchema,
191191
schema_in_post=MovieCreateSchema,
192192
schema_in_patch=MovieUpdateSchema,
193-
model_id_field_name="name",
194193
)
195194
builder.initialize()
196195

0 commit comments

Comments
 (0)