test: add info and donations tests

This commit is contained in:
Ushie
2023-08-19 23:34:11 +03:00
parent 4800ee96a8
commit ffdb976f2c
3 changed files with 32 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ class InfoFields(BaseModel):
name: str
about: str
contact: dict[str, str]
socials: SocialFields
socials: list[SocialFields]
donations: DonationFields