forked from kompetenzinventar/ki-backend
add contacttypes seed and endpoint
This commit is contained in:
@ -43,7 +43,7 @@ class TestProfileEndpoint(ApiTest):
|
||||
"contacts": [{
|
||||
"id": 1,
|
||||
"contacttype": {
|
||||
"id": 1,
|
||||
"id": 4,
|
||||
"name": "Matrix"
|
||||
},
|
||||
"content": "@peeda:wtf-eg.de"
|
||||
@ -179,7 +179,7 @@ class TestProfileEndpoint(ApiTest):
|
||||
"id": 1,
|
||||
"profile_id": 1,
|
||||
"contacttype": {
|
||||
"id": 1,
|
||||
"id": 4,
|
||||
"name": "Matrix"
|
||||
},
|
||||
"content": "@peter:wtf-eg.de"
|
||||
@ -187,7 +187,7 @@ class TestProfileEndpoint(ApiTest):
|
||||
"id": 2,
|
||||
"profile_id": 1,
|
||||
"contacttype": {
|
||||
"id": 2,
|
||||
"id": 1,
|
||||
"name": "E-Mail"
|
||||
},
|
||||
"content": "peter@wtf-eg.de"
|
||||
|
Reference in New Issue
Block a user