Update Tests for HD_SHOW_LOG_TIMESTAMP

Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
Yannick Bungers 2023-10-08 11:54:18 +02:00 committed by Philip Molares
parent 8f66447ab9
commit ece2bc2880
2 changed files with 47 additions and 0 deletions

View file

@ -141,6 +141,7 @@ describe('FrontendConfigService', () => {
rendererBaseUrl: 'https://renderer.example.org',
port: 3000,
loglevel: Loglevel.ERROR,
showLogTimestamp: false,
persistInterval: 10,
};
const authConfig: AuthConfig = {
@ -284,6 +285,7 @@ describe('FrontendConfigService', () => {
rendererBaseUrl: 'https://renderer.example.org',
port: 3000,
loglevel: Loglevel.ERROR,
showLogTimestamp: false,
persistInterval: 10,
};
const authConfig: AuthConfig = {