feat: test profile

This commit is contained in:
Reto Aebersold 2024-01-25 21:46:12 +01:00
parent 28db4bc1f9
commit 01f7d87c3f
1 changed files with 12 additions and 0 deletions

View File

@ -56,5 +56,17 @@ class ProfileViewTest(APITestCase):
"is_superuser": False,
"course_session_experts": [],
"language": "de",
"invoice_address": "prv",
"street": "",
"street_number": "",
"postal_code": "",
"city": "",
"country": None,
"organisation_detail_name": "",
"organisation_street": "",
"organisation_street_number": "",
"organisation_postal_code": "",
"organisation_city": "",
"organisation_country": None,
},
)