mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2024-11-13 17:25:34 +01:00
Fix ids in wifiSettings fixture
This commit is contained in:
parent
da10a34d64
commit
2e9da55df7
|
@ -349,7 +349,7 @@ const twoDevices = {
|
|||
hidden: false,
|
||||
htmode: "HT40",
|
||||
hwmode: "11a",
|
||||
id: 0,
|
||||
id: 1,
|
||||
password: "TestPass",
|
||||
},
|
||||
],
|
||||
|
@ -376,7 +376,7 @@ const threeDevices = {
|
|||
hidden: false,
|
||||
htmode: "HT40",
|
||||
hwmode: "11a",
|
||||
id: 0,
|
||||
id: 1,
|
||||
password: "TestPass",
|
||||
},
|
||||
{
|
||||
|
@ -387,7 +387,7 @@ const threeDevices = {
|
|||
hidden: false,
|
||||
htmode: "HT40",
|
||||
hwmode: "11a",
|
||||
id: 0,
|
||||
id: 2,
|
||||
password: "",
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue
Block a user