mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-04-12 07:06:40 +02:00
Add encryption property to guest WiFi settings in tests
This commit is contained in:
parent
3d725e7e1b
commit
700b28c463
@ -181,6 +181,7 @@ describe("<WiFiSettings/>", () => {
|
||||
guest_wifi: {
|
||||
SSID: "TestGuestSSID",
|
||||
enabled: true,
|
||||
encryption: "WPA2",
|
||||
password: "test_password",
|
||||
},
|
||||
hidden: false,
|
||||
|
@ -223,6 +223,7 @@ export function wifiSettingsFixture() {
|
||||
guest_wifi: {
|
||||
SSID: "TestGuestSSID",
|
||||
enabled: false,
|
||||
encryption: "WPA2",
|
||||
password: "",
|
||||
},
|
||||
hidden: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user