mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
fix: swap to placeholder key
This commit is contained in:
@@ -9,7 +9,7 @@ wanaccess="yes"
|
|||||||
wanport="8443"
|
wanport="8443"
|
||||||
upnpEnabled="no"
|
upnpEnabled="no"
|
||||||
apikey="_______________________BIG_API_KEY_HERE_________________________"
|
apikey="_______________________BIG_API_KEY_HERE_________________________"
|
||||||
localApiKey="426b62b4d51e441fa97a93dfa1259920390a6eb61bd8675db0caa18dd0e414e9"
|
localApiKey="_______________________LOCAL_API_KEY_HERE_________________________"
|
||||||
email="test@example.com"
|
email="test@example.com"
|
||||||
username="zspearmint"
|
username="zspearmint"
|
||||||
avatar="https://via.placeholder.com/200"
|
avatar="https://via.placeholder.com/200"
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ test('After init returns values from cfg file for all fields', async () => {
|
|||||||
dynamicRemoteAccessType: 'DISABLED',
|
dynamicRemoteAccessType: 'DISABLED',
|
||||||
email: 'test@example.com',
|
email: 'test@example.com',
|
||||||
idtoken: '',
|
idtoken: '',
|
||||||
localApiKey: '426b62b4d51e441fa97a93dfa1259920390a6eb61bd8675db0caa18dd0e414e9',
|
localApiKey: '_______________________LOCAL_API_KEY_HERE_________________________',
|
||||||
refreshtoken: '',
|
refreshtoken: '',
|
||||||
regWizTime: '1611175408732_0951-1653-3509-FBA155FA23C0',
|
regWizTime: '1611175408732_0951-1653-3509-FBA155FA23C0',
|
||||||
upnpEnabled: 'no',
|
upnpEnabled: 'no',
|
||||||
@@ -133,7 +133,7 @@ test('updateUserConfig merges in changes to current state', async () => {
|
|||||||
dynamicRemoteAccessType: 'DISABLED',
|
dynamicRemoteAccessType: 'DISABLED',
|
||||||
email: 'test@example.com',
|
email: 'test@example.com',
|
||||||
idtoken: '',
|
idtoken: '',
|
||||||
localApiKey: '426b62b4d51e441fa97a93dfa1259920390a6eb61bd8675db0caa18dd0e414e9',
|
localApiKey: '_______________________LOCAL_API_KEY_HERE_________________________',
|
||||||
refreshtoken: '',
|
refreshtoken: '',
|
||||||
regWizTime: '1611175408732_0951-1653-3509-FBA155FA23C0',
|
regWizTime: '1611175408732_0951-1653-3509-FBA155FA23C0',
|
||||||
upnpEnabled: 'no',
|
upnpEnabled: 'no',
|
||||||
|
|||||||
Reference in New Issue
Block a user