Refactor test to correspond to previous change

This commit is contained in:
ivanThePleasant 2022-09-05 16:46:39 +03:00
parent 00f5efec51
commit 34cf331f20

View File

@ -99,11 +99,9 @@ describe('metrics', () => {
expect(JSON.parse(fetch.mock.calls[0][1].body)).toMatchObject({
event: 'someEvent',
adminUserId: '',
properties: {
groupProperties: {
projectType: 'Community',
projectId: 'test',
},
groupProperties: {
projectType: 'Community',
projectId: 'test',
},
});