mirror of
https://github.com/strapi/strapi.git
synced 2025-11-03 11:25:17 +00:00
Refactor test to correspond to previous change
This commit is contained in:
parent
00f5efec51
commit
34cf331f20
@ -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',
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user