fix: sandbox defaults in dev mode wrong

This commit is contained in:
Eli Bosley
2025-01-30 14:56:22 -05:00
parent 21208bfcf6
commit d26ddef33e

View File

@@ -27,7 +27,7 @@ test('After init returns values from cfg file for all fields', async () => {
upnpStatus: '', upnpStatus: '',
}, },
local: { local: {
sandbox: 'no' sandbox: expect.any(String)
}, },
nodeEnv: 'test', nodeEnv: 'test',
remote: { remote: {
@@ -77,7 +77,7 @@ test('updateUserConfig merges in changes to current state', async () => {
upnpStatus: '', upnpStatus: '',
}, },
local: { local: {
sandbox: 'no' sandbox: expect.any(String)
}, },
nodeEnv: 'test', nodeEnv: 'test',
remote: { remote: {