Adjusted tests for the new responseType parameter (part 2)

ref #132
This commit is contained in:
2021-01-30 15:39:39 +01:00
parent bcc15e4286
commit ff8af090e3
5 changed files with 5 additions and 2 deletions

View File

@@ -127,6 +127,7 @@ describe('add+update parent org (valid)', () => {
delete added_org2.registrationEnabled;
delete res4.data.parentGroup.key;
delete res4.data.parentGroup.registrationEnabled;
delete res4.data.parentGroup.teams;
expect(res4.data.parentGroup).toEqual(added_org2)
});
});