feat: test profile
This commit is contained in:
parent
28db4bc1f9
commit
01f7d87c3f
|
|
@ -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,
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue