Fix audit logs test

This commit is contained in:
fdel-car 2023-01-25 15:59:12 +01:00
parent 0546a826b7
commit a0b344e575

View File

@ -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 } }),
},
}));