Skip to content

Commit 34c8351

Browse files
author
the-forest-tree
committed
fix: put back field remove by mistake in Job test schema
1 parent 863d10b commit 34c8351

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/utils/schemas.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ class Job(BaseModel):
339339
name: t.Optional[str] = None
340340
url: t.Optional[str] = None
341341
summary: t.Optional[str] = None
342+
location: t.Optional[Location] = None
342343
updated_at: t.Optional[str] = None
343344
created_at: t.Optional[str] = None
344345
sections: t.Optional[t.List[Section]] = None

0 commit comments

Comments
 (0)