@@ -101,7 +101,8 @@ describe('Update contact group after adding (should work)', () => {
|
||||
"city": null,
|
||||
"country": null
|
||||
},
|
||||
"groups": [added_org]
|
||||
"groups": [added_org],
|
||||
"responseType": "GROUPCONTACT"
|
||||
});
|
||||
});
|
||||
it('valid group update to single team should return 200', async () => {
|
||||
@@ -127,7 +128,8 @@ describe('Update contact group after adding (should work)', () => {
|
||||
"city": null,
|
||||
"country": null
|
||||
},
|
||||
"groups": [added_team]
|
||||
"groups": [added_team],
|
||||
"responseType": "GROUPCONTACT"
|
||||
});
|
||||
});
|
||||
it('valid group update to org and team should return 200', async () => {
|
||||
@@ -153,7 +155,8 @@ describe('Update contact group after adding (should work)', () => {
|
||||
"city": null,
|
||||
"country": null
|
||||
},
|
||||
"groups": [added_org, added_team]
|
||||
"groups": [added_org, added_team],
|
||||
"responseType": "GROUPCONTACT"
|
||||
});
|
||||
});
|
||||
it('valid group update to none should return 200', async () => {
|
||||
@@ -179,7 +182,8 @@ describe('Update contact group after adding (should work)', () => {
|
||||
"city": null,
|
||||
"country": null
|
||||
},
|
||||
"groups": []
|
||||
"groups": [],
|
||||
"responseType": "GROUPCONTACT"
|
||||
});
|
||||
});
|
||||
});
|
||||
@@ -220,7 +224,8 @@ describe('Update contact group invalid after adding (should fail)', () => {
|
||||
"city": null,
|
||||
"country": null
|
||||
},
|
||||
"groups": [added_org]
|
||||
"groups": [added_org],
|
||||
"responseType": "GROUPCONTACT"
|
||||
});
|
||||
});
|
||||
it('invalid group update to single team should return 404', async () => {
|
||||
|
||||
Reference in New Issue
Block a user