This commit is contained in:
2026-01-01 15:49:49 +01:00
parent 8c289622e1
commit 85567d87b7
8 changed files with 29 additions and 26 deletions

View File

@@ -36,7 +36,7 @@ class TestClientDto(unittest.TestCase):
model = ClientDto() # noqa: E501
if include_optional:
return ClientDto(
name = '',
company_name = '',
username = '',
key = ''
)