diff --git a/api/src/__test__/store/modules/config.test.ts b/api/src/__test__/store/modules/config.test.ts index 0e889b4e4..cebb9c363 100644 --- a/api/src/__test__/store/modules/config.test.ts +++ b/api/src/__test__/store/modules/config.test.ts @@ -27,7 +27,7 @@ test('After init returns values from cfg file for all fields', async () => { upnpStatus: '', }, local: { - sandbox: 'no' + sandbox: expect.any(String) }, nodeEnv: 'test', remote: { @@ -77,7 +77,7 @@ test('updateUserConfig merges in changes to current state', async () => { upnpStatus: '', }, local: { - sandbox: 'no' + sandbox: expect.any(String) }, nodeEnv: 'test', remote: {