1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-11-14 17:35:35 +01:00

Fix ids in wifiSettings fixture

This commit is contained in:
Aleksandr Gumroian 2021-04-29 14:17:26 +02:00
parent da10a34d64
commit 2e9da55df7
No known key found for this signature in database
GPG Key ID: 9E77849C64F0A733

View File

@ -349,7 +349,7 @@ const twoDevices = {
hidden: false, hidden: false,
htmode: "HT40", htmode: "HT40",
hwmode: "11a", hwmode: "11a",
id: 0, id: 1,
password: "TestPass", password: "TestPass",
}, },
], ],
@ -376,7 +376,7 @@ const threeDevices = {
hidden: false, hidden: false,
htmode: "HT40", htmode: "HT40",
hwmode: "11a", hwmode: "11a",
id: 0, id: 1,
password: "TestPass", password: "TestPass",
}, },
{ {
@ -387,7 +387,7 @@ const threeDevices = {
hidden: false, hidden: false,
htmode: "HT40", htmode: "HT40",
hwmode: "11a", hwmode: "11a",
id: 0, id: 2,
password: "", password: "",
}, },
], ],