mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-04-20 08:16:38 +02: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…
x
Reference in New Issue
Block a user