mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
fix: add maintenanceMode field to system config test
This commit is contained in:
parent
4ac0800435
commit
018af805e6
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue