Skip to content

Commit

Permalink
add agency to UserCertificate schema, add tests for certificate api
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-meyer committed Aug 22, 2023
1 parent 5f12fc7 commit 9b93557
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions training/schemas/user_cerificate.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ class UserCertificate(BaseModel):
user_name: str
quiz_id: int
quiz_name: str
agency: str
completion_date: datetime
model_config = ConfigDict(from_attributes=True)

0 comments on commit 9b93557

Please sign in to comment.