We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99b17f commit af785bcCopy full SHA for af785bc
1 file changed
tests/airos/test_wpasupplicant.py
@@ -66,9 +66,8 @@ def test_no_encryption(self):
66
expected = [
67
{
68
'device.1.profile': 'AUTO',
69
- 'device.1.status': 'disabled',
+ 'device.1.status': 'enabled',
70
'profile.1.name': 'AUTO',
71
- 'profile.1.network.1.phase2=auth': 'MSCHAPV2',
72
'profile.1.network.1.ssid': 'ap-ssid-example',
73
'profile.1.network.1.priority': 100,
74
'profile.1.network.1.key_mgmt.1.name': 'NONE',
0 commit comments