fix: add maintenanceMode field to system config test

This commit is contained in:
izzy 2025-11-03 10:44:18 +00:00
parent 4ac0800435
commit 018af805e6
No known key found for this signature in database
GPG key ID: 5059F398521BB0F6

View file

@ -166,6 +166,7 @@ describe(ServerService.name, () => {
publicUsers: true,
mapDarkStyleUrl: 'https://tiles.immich.cloud/v1/style/dark.json',
mapLightStyleUrl: 'https://tiles.immich.cloud/v1/style/light.json',
maintenanceMode: false,
});
expect(mocks.systemMetadata.get).toHaveBeenCalled();
});