mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
fix: sandbox defaults in dev mode wrong
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user