mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 15:13:21 +00:00
Fix audit logs test
This commit is contained in:
parent
0546a826b7
commit
a0b344e575
@ -97,6 +97,7 @@ describe('Audit logs service', () => {
|
||||
features: {
|
||||
// We only enabled audit logs
|
||||
isEnabled: (feature) => feature === 'audit-logs',
|
||||
get: () => ({ name: 'audit-logs', options: { retentionDays: 90 } }),
|
||||
},
|
||||
}));
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user