diff --git a/plinth/tests/test_network.py b/plinth/tests/test_network.py index 63fb93b2e..e67e91c17 100644 --- a/plinth/tests/test_network.py +++ b/plinth/tests/test_network.py @@ -58,6 +58,9 @@ wifi_settings = { 'ssid': 'plinthtestwifi', 'mode': 'adhoc', 'auth_mode': 'open', + 'band': 'a', + 'channel': 0, + 'bssid': 'a0:86:c6:08:11:02', }, }