From d26ddef33e2b2999ec5eed8eb7827e8fea8da100 Mon Sep 17 00:00:00 2001 From: Eli Bosley Date: Thu, 30 Jan 2025 14:56:22 -0500 Subject: [PATCH] fix: sandbox defaults in dev mode wrong --- api/src/__test__/store/modules/config.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: {