@@ -149,7 +149,8 @@ describe('POST /api/contacts working (with group)', () => {
|
||||
"city": null,
|
||||
"country": null
|
||||
},
|
||||
"groups": [added_org]
|
||||
"groups": [added_org],
|
||||
"responseType": "GROUPCONTACT"
|
||||
});
|
||||
});
|
||||
it('creating a new contact with a valid team should return 200', async () => {
|
||||
@@ -174,7 +175,8 @@ describe('POST /api/contacts working (with group)', () => {
|
||||
"city": null,
|
||||
"country": null
|
||||
},
|
||||
"groups": [added_team]
|
||||
"groups": [added_team],
|
||||
"responseType": "GROUPCONTACT"
|
||||
});
|
||||
});
|
||||
it('creating a new contact with a valid org and team should return 200', async () => {
|
||||
@@ -200,7 +202,8 @@ describe('POST /api/contacts working (with group)', () => {
|
||||
"city": null,
|
||||
"country": null
|
||||
},
|
||||
"groups": [added_org, added_team]
|
||||
"groups": [added_org, added_team],
|
||||
"responseType": "GROUPCONTACT"
|
||||
});
|
||||
});
|
||||
it('checking if the added team\'s contact is the new contact should return 200', async () => {
|
||||
|
||||
Reference in New Issue
Block a user